aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:43:40 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:43:40 +0100
commit3c757ac3f3267c57b729ed6761cabe0035598155 (patch)
tree228153efa21db3e10cdfe1dae24318acc33ab3af /FICS/playerdb.h
parente9c507fa6edd2772785a4ed43e774eaaf32b7adb (diff)
Added player_notify_departure() to playerdb.h
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);