aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/shutdown.h')
-rw-r--r--FICS/shutdown.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/shutdown.h b/FICS/shutdown.h
index 5bbf77b..d2635ee 100644
--- a/FICS/shutdown.h
+++ b/FICS/shutdown.h
@@ -3,12 +3,12 @@
#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_shutdown();
extern int com_whenshut();
+extern int server_shutdown();
+extern void ShutDown();
+extern void ShutHeartBeat();
+extern void output_shut_mess();
#endif /* _SHUTDOWN_H */