home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / ncftp-1.5.6 / src / rcs / glob.h,v < prev    next >
Encoding:
Text File  |  1994-06-29  |  635 b   |  48 lines

  1. head    14020.11;
  2. access;
  3. symbols
  4.     ORIGINAL:14020.11;
  5. locks; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 14020.11
  10. date    93.05.21.05.45.32;    author alph;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Original version
  17. @
  18.  
  19.  
  20. 14020.11
  21. log
  22. @checked in with -k by alph at 1993/10/10 19:59:56
  23. @
  24. text
  25. @/* glob.h */
  26.  
  27. #ifndef _glob_h_
  28. #define _glob_h_ 1
  29.  
  30. /*  $RCSfile: glob.h,v $
  31.  *  $Revision: 14020.11 $
  32.  *  $Date: 93/05/21 05:45:32 $
  33.  */
  34.  
  35. char **glob(char *v);
  36. int letter(char c);
  37. int digit(char c);
  38. int any(int c, char *s);
  39. int blklen(char **av);
  40. char **blkcpy(char **oav, char **bv);
  41. void blkfree(char **av0);
  42. char **copyblk(char **v);
  43. int gethdir(char *home_dir);
  44.  
  45. #endif
  46.  
  47. @
  48.