From baba5d0882318e655f9056e099a54c9c07afd80f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 23:36:50 +0100 Subject: Sorted the function declarations --- FICS/command.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'FICS') diff --git a/FICS/command.h b/FICS/command.h index a7b8b0e..f658eda 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -118,18 +118,14 @@ typedef struct s_alias_type { */ extern int commanding_player; -extern int process_input(int, char *); -extern int process_new_connection(int, unsigned int); +extern int alias_lookup(); +extern int gethostname(); +extern int process_command(int, char *, char **); extern int process_disconnection(int); -/* extern int process_incomplete(int, char *); */ extern int process_heartbeat(int *); - -extern void commands_init(void); - +extern int process_input(int, char *); +extern int process_new_connection(int, unsigned int); extern void TerminateCleanup(void); -extern int process_command(int, char *, char **); - -extern int alias_lookup(); -extern int gethostname(); +extern void commands_init(void); #endif /* _COMMAND_H */ -- cgit v1.2.3