home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / include / lib_protos.h < prev    next >
Encoding:
Text File  |  1994-06-02  |  3.9 KB  |  169 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* getpwnam.c           */
  6.  
  7. Prototype struct passwd *getpwnam (const char *);
  8.  
  9. /* sleep.c              */
  10.  
  11. Prototype void sleep (int);
  12.  
  13. /* validuser.c          */
  14.  
  15. Prototype int ValidUser (const char *);
  16.  
  17. /* lsys.c               */
  18.  
  19. Prototype int is_in_L_sys_file (const char *);
  20.  
  21. /* stpchr.c             */
  22.  
  23. Prototype const char *stpchr (const char *, char);
  24.  
  25. /* mntreq.c             */
  26.  
  27. Prototype void mountrequest (int);
  28.  
  29. /* security.c           */
  30.  
  31. Prototype int SecurityDisallow (char *, int);
  32.  
  33. /* log.c                */
  34.  
  35. Prototype void ulog (int, const char *, ...);
  36. Prototype void OpenLog (void);
  37. Prototype void CloseLog (void);
  38.  
  39. /* lockfile.c           */
  40.  
  41. Prototype void LockFile (const char *);
  42. Prototype void UnLockFile (const char *);
  43. Prototype void UnLockFiles (void);
  44. Prototype int FileIsLocked (const char *);
  45.  
  46. /* tmpfile.c            */
  47.  
  48. Prototype char *TmpFileName (const char *);
  49.  
  50. /* seq.c                */
  51.  
  52. Prototype int GetSequence (int);
  53.  
  54. /* getenv.c             */
  55.  
  56. Prototype char *gettmpenv (const char *);
  57. Prototype char *getenv (const char *);
  58.  
  59. /* waitmsg.c            */
  60.  
  61. Prototype void WaitMsg (struct Message *);
  62.  
  63. /* config.c             */
  64.  
  65. Prototype char *FindLocalVariable (const char *);
  66. Prototype char *FindConfig (const char *);
  67. Prototype char *GetConfig (const char *, char *);
  68. Prototype const char *GetConfigDir (const char *);
  69. Prototype char *GetConfigProgram (char *);
  70. Prototype char *MakeConfigPath (const char *, const char *);
  71. Prototype char *MakeConfigPathBuf (char *, const char *, const char *);
  72. Prototype FILE *openlib (const char *);
  73. Prototype FILE *openlib_write (const char *);
  74.  
  75. /* alias.c              */
  76.  
  77. Prototype void LoadAliases (void);
  78. Prototype int  UserAliasList (const char *, int (*)(const char *, struct List *, int), struct List *, int);
  79. Prototype int  AliasExists (const char *);
  80.  
  81. /* list_sort.c          */
  82.  
  83.  
  84. /* strtokp.c            */
  85.  
  86. Prototype char *strtokp (char **, char *);
  87.  
  88. /* stristr.c            */
  89.  
  90. Prototype char *stristr (const char *, const char *);
  91.  
  92. /* expand_path.c        */
  93.  
  94. Prototype char *expand_path (const char *, const char *);
  95.  
  96. /* isdir.c              */
  97.  
  98. Prototype int IsDir (const char *);
  99.  
  100. /* getuser.c            */
  101.  
  102. Prototype char *GetUserName (void);
  103. Prototype char *GetRealName (void);
  104.  
  105. /* uncomp.c             */
  106.  
  107. Prototype int uncompress_to_file(FILE *, char *);
  108. Prototype int uncompress_to_fp(FILE *, FILE *);
  109.  
  110. /* header.c             */
  111.  
  112. Prototype int ScanHeader (const char *, const char *);
  113. Prototype char *GetHeader (const char *, const char *);
  114. Prototype char *DupHeader (const char *, const char *);
  115. Prototype char *ScanNext (void);
  116.  
  117. /* date.c               */
  118.  
  119. Prototype char *atime (time_t *);
  120.  
  121. /* comp.c               */
  122.  
  123. Prototype int compress_from_file(char *, FILE *, short);
  124. Prototype int compress_from_fp(FILE *, FILE *, short);
  125.  
  126. /* namemunge.c          */
  127.  
  128. Prototype void mungecase_filename (char *, char *);
  129.  
  130. /* safe_chdir.c         */
  131.  
  132. Prototype void restore_start_dir (void);
  133. Prototype int safe_chdir (const char *newpath);
  134.  
  135. /* seqname.c            */
  136.  
  137. Prototype char *SeqToName (long);
  138.  
  139. /* heirarchy.c          */
  140.  
  141. Prototype char *HandleHeirarchy (const char *, const char *, const int);
  142.  
  143. /* unix_comp.c          */
  144.  
  145. Prototype int unix_compress_from_file(char *, FILE *, short);
  146. Prototype int unix_compress_from_fp(FILE *, FILE *, short);
  147. Prototype int unix_uncompress_to_file(FILE *, char *, short *);
  148. Prototype int unix_uncompress_to_fp(FILE *, FILE *, short *);
  149.  
  150. /* uccompress.c         */
  151.  
  152. Prototype int  initcomp(FILE *fi, FILE *fo, int bits, int logbits, int logerr);
  153. Prototype void deletecomp(void);
  154. Prototype int  compress(FILE *fi, FILE *fo);
  155. Prototype int  decompress(FILE *fi, FILE *fo, short *pbits);
  156.  
  157. /* gethead.a            */
  158.  
  159. Prototype  struct Node *GetHead (struct List *);
  160. Prototype  struct Node *GetSucc (struct Node *);
  161.  
  162. /* gettail.a            */
  163.  
  164. Prototype  struct Node *GetTail (struct List *);
  165.  
  166. /* getpred.a            */
  167.  
  168. Prototype  struct Node *GetPred (struct Node *);
  169.