home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
QWKREP.ZIP
/
CALLBACK.H
next >
Wrap
C/C++ Source or Header
|
1992-08-08
|
543b
|
25 lines
/*
* callback.h - variables and functions in the main QWK module that
* are accessible from the text processors
*/
extern char subject[];
extern char from[];
extern char to[];
extern char confname[];
extern char m_date[];
extern char m_time[];
extern char bbsname[];
extern char bbstitle[];
extern char bbsuser[];
extern int msgnum;
extern int num;
extern char **args;
extern int reset();
extern int newmsg();
extern int writemsg(char *);
extern int finish_msg();
extern int mine(int);
extern int addconf(char *);