aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-18 22:23:35 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-18 22:23:35 +0100
commite69f784c48dd2a7b6167c8d6cdeddba3cbed866a (patch)
tree5d57af6ca229b06f3932a508ad4714bb664e3170 /FICS
parent04950f3cb1381e5b5ab8aa72313b0d99c74bc3d0 (diff)
Sorted the function declarations
Diffstat (limited to 'FICS')
-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 */