From 154040fca4b016681aa92c5b31c30a853c7e6710 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 23:37:42 +0100 Subject: Added alignment --- FICS/command.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'FICS/command.h') diff --git a/FICS/command.h b/FICS/command.h index f658eda..69b8618 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -118,14 +118,14 @@ typedef struct s_alias_type { */ extern int commanding_player; -extern int alias_lookup(); -extern int gethostname(); -extern int process_command(int, char *, char **); -extern int process_disconnection(int); -extern int process_heartbeat(int *); -extern int process_input(int, char *); -extern int process_new_connection(int, unsigned int); -extern void TerminateCleanup(void); -extern void commands_init(void); +extern int alias_lookup(); +extern int gethostname(); +extern int process_command(int, char *, char **); +extern int process_disconnection(int); +extern int process_heartbeat(int *); +extern int process_input(int, char *); +extern int process_new_connection(int, unsigned int); +extern void TerminateCleanup(void); +extern void commands_init(void); #endif /* _COMMAND_H */ -- cgit v1.2.3