aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/command.h')
-rw-r--r--FICS/command.h10
1 files changed, 5 insertions, 5 deletions
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