aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/shutdown.h')
-rw-r--r--FICS/shutdown.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/FICS/shutdown.h b/FICS/shutdown.h
index 115c863..765ea36 100644
--- a/FICS/shutdown.h
+++ b/FICS/shutdown.h
@@ -5,12 +5,13 @@
#include "command.h" /* param_list */
-extern int check_and_print_shutdown(int);
-extern int com_shutdown(int, param_list);
-extern int com_whenshut(int, param_list);
-extern int server_shutdown(int, char *);
-extern void ShutDown(void);
-extern void ShutHeartBeat(void);
-extern void output_shut_mess(void);
+extern int check_and_print_shutdown(int);
+extern int com_shutdown(int, param_list);
+extern int com_whenshut(int, param_list);
+extern int server_shutdown(int, char *);
+
+extern void ShutDown(void);
+extern void ShutHeartBeat(void);
+extern void output_shut_mess(void);
#endif /* _SHUTDOWN_H */