From 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 7 Dec 2023 21:31:49 +0100 Subject: FICS 1.6.2 --- FICS/shutdown.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FICS/shutdown.h (limited to 'FICS/shutdown.h') 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 */ -- cgit v1.2.3