home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / ListSERV2_3.lha / ListSERV / source / protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-17  |  1.3 KB  |  87 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. listsearch.c
  21.  */
  22.  
  23. int listsearch(char * , char * );
  24.  
  25. /* Prototypes for functions defined in
  26. main.c
  27.  */
  28.  
  29. extern struct NetSupportLibrary * NetSupportBase;
  30.  
  31. extern struct __iobuf * mailer;
  32.  
  33. extern char * def_listname;
  34.  
  35. extern long __stack;
  36.  
  37. int main(int , char ** );
  38.  
  39. void callmailer(char * , char * , char * );
  40.  
  41. void mailcat(char * , char * );
  42.  
  43. void ParseAddress(char * );
  44.  
  45. void CleanUp(void);
  46.  
  47. void perror(char const * );
  48.  
  49. void WriteLog(unsigned char * );
  50.  
  51. void CheckDateString(unsigned char * );
  52.  
  53. /* Prototypes for functions defined in
  54. popen2.c
  55.  */
  56.  
  57. extern struct pstruct poarray[6];
  58.  
  59. struct __iobuf * popen(char * , char * );
  60.  
  61. int pclose(struct __iobuf * );
  62.  
  63. int __saveds childprocess(void);
  64.  
  65. int oldchildprocess(void);
  66.  
  67. int pexit(void);
  68.  
  69. /* Prototypes for functions defined in
  70. subscribe.c
  71.  */
  72.  
  73. int subscription(char * , char * , int );
  74.  
  75. /* Prototypes for functions defined in
  76. string.c
  77.  */
  78.  
  79. extern char const RCSId[60];
  80.  
  81. extern char const FATALERROR_MSG[184];
  82.  
  83. extern char const DELETED_MSG[177];
  84.  
  85. char * stristr(char * , char * );
  86.  
  87.