home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mail / qwkrep.zip / CALLBACK.H next >
C/C++ Source or Header  |  1992-08-08  |  543b  |  25 lines

  1. /*
  2.  * callback.h - variables and functions in the main QWK module that
  3.  * are accessible from the text processors
  4.  */
  5.  
  6. extern char subject[];
  7. extern char from[];
  8. extern char to[];
  9. extern char confname[];
  10. extern char m_date[];
  11. extern char m_time[];
  12. extern char bbsname[];
  13. extern char bbstitle[];
  14. extern char bbsuser[];
  15. extern int msgnum;
  16. extern int num;
  17. extern char **args;
  18.  
  19. extern int reset();
  20. extern int newmsg();
  21. extern int writemsg(char *);
  22. extern int finish_msg();
  23. extern int mine(int);
  24. extern int addconf(char *);
  25.