aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r--FICS/playerdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h
index 0024c66..12640fb 100644
--- a/FICS/playerdb.h
+++ b/FICS/playerdb.h
@@ -263,6 +263,7 @@ extern time_t player_lastconnect(int);
extern time_t player_lastdisconnect(int);
extern void player_array_init(void);
extern void player_init(int);
+extern void player_notify_departure(int);
extern void player_pend_print(int, pending *);
extern void player_write_login(int);
extern void player_write_logout(int);