home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / uucp3.lzh / src / include / lib_protos.h < prev    next >
Text File  |  1991-01-10  |  2KB  |  118 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* getpwnam.c           */
  6.  
  7. Prototype struct passwd *getpwnam(const char *);
  8.  
  9. /* serialport.c         */
  10.  
  11. Prototype void LockSerialPort(const char *, long);
  12. Prototype void UnLockSerialPort(const char *, long);
  13.  
  14. /* setstdin.c           */
  15.  
  16. Prototype int SetStdin(int, char **);
  17.  
  18. /* sleep.c              */
  19.  
  20. Prototype void sleep(int);
  21.  
  22. /* validuser.c          */
  23.  
  24. Prototype int ValidUser(const char *);
  25.  
  26. /* lsys.c               */
  27.  
  28. Prototype int is_in_L_sys_file(const char *);
  29.  
  30. /* mntreq.c             */
  31.  
  32. Prototype void mountrequest(int);
  33.  
  34. /* security.c           */
  35.  
  36. Prototype int SecurityDisallow(char *, int);
  37. Prototype int SameLock(long, long);
  38.  
  39. /* log.c                */
  40.  
  41. Prototype void ulog(int, const char *, ...);
  42.  
  43. /* lockfile.c           */
  44.  
  45. Prototype void LockFile(const char *);
  46. Prototype void UnLockFile(const char *);
  47. Prototype void UnLockFiles(void);
  48.  
  49. /* tmpfile.c            */
  50.  
  51. Prototype char *TmpFileName(const char *);
  52.  
  53. /* seq.c                */
  54.  
  55. Prototype int GetSequence(int);
  56.  
  57. /* getenv.c             */
  58.  
  59. Prototype char *gettmpenv(const char *);
  60. Prototype char *getenv(const char *);
  61.  
  62. /* config.c             */
  63.  
  64. Prototype char *FindConfig(const char *);
  65. Prototype char *GetConfig(const char *, char *);
  66. Prototype char *GetConfigDir(char *);
  67. Prototype char *GetConfigProgram(char *);
  68. Prototype char *MakeConfigPath(const char *, const char *);
  69. Prototype char *MallocEnviro(const char *);
  70. Prototype FILE *openlib(const char *);
  71. Prototype FILE *openlib_write(const char *);
  72.  
  73. /* alias.c              */
  74.  
  75. Prototype void LoadAliases(void);
  76. Prototype int  UserAliasList(const char *, int (*)(const char *, long, int), long, int);
  77.  
  78. /* string.c             */
  79.  
  80. Prototype int strcmpi(const char *, const char *);
  81. Prototype int strncmpi(const char *, const char *, int);
  82.  
  83. /* getfiles.c           */
  84.  
  85. Prototype dir_list *getfiles(const char *, int, int (*)(char *), int (*)(dir_list *, dir_list *));
  86.  
  87. /* ndir.c               */
  88.  
  89. Prototype DIR *opendir(const char *);
  90. Prototype void rewinddir(DIR *);
  91. Prototype struct direct *readdir(DIR *);
  92. Prototype void closedir(DIR *);
  93.  
  94. /* list_sort.c          */
  95.  
  96.  
  97. /* expand_path.c        */
  98.  
  99. Prototype char *expand_path(const char *, const char *);
  100.  
  101. /* isdir.c              */
  102.  
  103. Prototype int IsDir(const char *);
  104.  
  105. /* getuser.c            */
  106.  
  107. Prototype char *GetUserName(void);
  108. Prototype char *GetRealName(void);
  109.  
  110. /* gethead.a            */
  111.  
  112.  
  113. /* gettail.a            */
  114.  
  115.  
  116. /* getpred.a            */
  117.  
  118.