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
- main.c
- */
-
- extern struct __iobuf * mailer;
-
- extern struct __iobuf * logfile;
-
- extern long __stack;
-
- int main(int , char ** );
-
- void callmailer(char * , char * , char * );
-
- void mailcat(char * , char * );
-
- void ParseAddress(char * );
-
- /* Prototypes for functions defined in
- listsearch.c
- */
-
- int listsearch(char * , char * );
-
- /* Prototypes for functions defined in
- subscribe.c
- */
-
- int subscription(char * , char * , int );
-
- /* Prototypes for functions defined in
- info.c
- */
-
- /* Prototypes for functions defined in
- LockFile.c
- */
-
- extern struct List LockList;
-
- void LockFile(char * );
-
- int FileIsLocked(char * );
-
- void UnLockFile(char * );
-
- void UnLockFiles(void);
-
- /* 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);
-
-