home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / ListSERV1_4.lha / ListSERV / source / protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-29  |  1.2 KB  |  83 lines

  1. /* Prototypes for functions defined in
  2. commands.c
  3.  */
  4.  
  5. void sendhelp(char * , char * );
  6.  
  7. void listhelp(char * , char * , char * );
  8.  
  9. void sendindex(char * , char * , int );
  10.  
  11. /* Prototypes for functions defined in
  12. faq.c
  13.  */
  14.  
  15. void sendfaq(char * , char * );
  16.  
  17. void faqindex(char * , char * );
  18.  
  19. /* Prototypes for functions defined in
  20. main.c
  21.  */
  22.  
  23. extern struct __iobuf * mailer;
  24.  
  25. extern struct __iobuf * logfile;
  26.  
  27. extern long __stack;
  28.  
  29. int main(int , char ** );
  30.  
  31. void callmailer(char * , char * , char * );
  32.  
  33. void mailcat(char * , char * );
  34.  
  35. void ParseAddress(char * );
  36.  
  37. /* Prototypes for functions defined in
  38. listsearch.c
  39.  */
  40.  
  41. int listsearch(char * , char * );
  42.  
  43. /* Prototypes for functions defined in
  44. subscribe.c
  45.  */
  46.  
  47. int subscription(char * , char * , int );
  48.  
  49. /* Prototypes for functions defined in
  50. info.c
  51.  */
  52.  
  53. /* Prototypes for functions defined in
  54. LockFile.c
  55.  */
  56.  
  57. extern struct List LockList;
  58.  
  59. void LockFile(char * );
  60.  
  61. int FileIsLocked(char * );
  62.  
  63. void UnLockFile(char * );
  64.  
  65. void UnLockFiles(void);
  66.  
  67. /* Prototypes for functions defined in
  68. popen2.c
  69.  */
  70.  
  71. extern struct pstruct poarray[6];
  72.  
  73. struct __iobuf * popen(char * , char * );
  74.  
  75. int pclose(struct __iobuf * );
  76.  
  77. int __saveds childprocess(void);
  78.  
  79. int oldchildprocess(void);
  80.  
  81. int pexit(void);
  82.  
  83.