From 73ae8021b8ca461d5d17aad6d31f695b124b05a3 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 23:33:35 +0100 Subject: Sorted definitions and declarations and added alignment --- FICS/command.c | 10 +++++----- FICS/command.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/FICS/command.c b/FICS/command.c index fd81679..67d551e 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -78,11 +78,11 @@ PUBLIC char *hadmin_handle = HADMINHANDLE; char *hadmin_email = HADMINEMAIL; char *reg_addr = REGMAIL; -PUBLIC time_t startuptime; -PUBLIC char fics_hostname[81]; -PUBLIC int player_high; -PUBLIC int game_high; -PUBLIC int MailGameResult; +PUBLIC char fics_hostname[81]; +PUBLIC int MailGameResult; +PUBLIC int game_high; +PUBLIC int player_high; +PUBLIC time_t startuptime; PUBLIC int commanding_player = -1; /* The player whose command your in */ diff --git a/FICS/command.h b/FICS/command.h index 2c79f75..fe05997 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -50,11 +50,11 @@ extern char *uscf_dir; extern char *hadmin_handle; -extern time_t startuptime; -extern char fics_hostname[81]; -extern int player_high; -extern int game_high; -extern int MailGameResult; +extern char fics_hostname[81]; +extern int MailGameResult; +extern int game_high; +extern int player_high; +extern time_t startuptime; /* Maximum length of a login name */ #define MAX_LOGIN_NAME 20 -- cgit v1.2.3