home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- commands.c
- */
-
- void sendhelp(char * , char * );
-
- void listhelp(char * , char * , char * );
-
- void sendindex(char * , char * , int );
-
- /* Prototypes for functions defined in
- faq.c
- */
-
- void sendfaq(char * , char * );
-
- void faqindex(char * , char * );
-
- /* Prototypes for functions defined in
- listsearch.c
- */
-
- int listsearch(char * , char * );
-
- /* Prototypes for functions defined in
- main.c
- */
-
- extern struct NetSupportLibrary * NetSupportBase;
-
- extern struct __iobuf * mailer;
-
- extern char * def_listname;
-
- extern long __stack;
-
- int main(int , char ** );
-
- void callmailer(char * , char * , char * );
-
- void mailcat(char * , char * );
-
- void ParseAddress(char * );
-
- void CleanUp(void);
-
- void perror(char const * );
-
- void WriteLog(unsigned char * );
-
- void CheckDateString(unsigned char * );
-
- /* Prototypes for functions defined in
- popen2.c
- */
-
- extern struct pstruct poarray[6];
-
- struct __iobuf * popen(char * , char * );
-
- int pclose(struct __iobuf * );
-
- int __saveds childprocess(void);
-
- int oldchildprocess(void);
-
- int pexit(void);
-
- /* Prototypes for functions defined in
- subscribe.c
- */
-
- int subscription(char * , char * , int );
-
- /* Prototypes for functions defined in
- string.c
- */
-
- extern char const RCSId[60];
-
- extern char const FATALERROR_MSG[184];
-
- extern char const DELETED_MSG[177];
-
- char * stristr(char * , char * );
-
-