From e69f784c48dd2a7b6167c8d6cdeddba3cbed866a Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 18 Dec 2023 22:23:35 +0100 Subject: Sorted the function declarations --- FICS/shutdown.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'FICS') 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 */ -- cgit v1.2.3