home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
LIB
/
CATCHER.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-27
|
530b
|
13 lines
/*--------------------------------------------------------------------*/
/* c a t c h e r . h */
/* */
/* Ctrl-Break handler prototypes for UUPC/extended */
/*--------------------------------------------------------------------*/
void ctrlchandler( void );
extern boolean terminate_processing;
extern boolean norecovery;
extern boolean interactive_processing;
extern int panic_rc;