diff options
Diffstat (limited to 'FICS/shutdown.h')
-rw-r--r-- | FICS/shutdown.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FICS/shutdown.h b/FICS/shutdown.h new file mode 100644 index 0000000..5bbf77b --- /dev/null +++ b/FICS/shutdown.h @@ -0,0 +1,14 @@ +/* shutdown.h */ + +#ifndef _SHUTDOWN_H +#define _SHUTDOWN_H + +extern void output_shut_mess(); +extern int com_shutdown(); +extern void ShutHeartBeat(); +extern void ShutDown(); +extern int server_shutdown(); +extern int check_and_print_shutdown(int); +extern int com_whenshut(); + +#endif /* _SHUTDOWN_H */ |