diff options
Diffstat (limited to 'FICS/command.c')
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c index 46bd511..753ae9d 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -67,7 +67,7 @@ PUBLIC char *hadmin_handle = HADMINHANDLE; char *hadmin_email = HADMINEMAIL; char *reg_addr = REGMAIL; -PUBLIC int startuptime; +PUBLIC time_t startuptime; PUBLIC char fics_hostname[81]; PUBLIC int player_high; PUBLIC int game_high; |