aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r--FICS/playerdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h
index f3924c7..8cb73ef 100644
--- a/FICS/playerdb.h
+++ b/FICS/playerdb.h
@@ -226,7 +226,7 @@ extern int player_clear(int);
extern void player_write_login(int);
extern void player_write_logout(int);
extern int player_lastconnect(int);
-extern int player_lastdisconnect(int);
+extern time_t player_lastdisconnect(int);
extern void player_pend_print(int, pending *);