From 3c757ac3f3267c57b729ed6761cabe0035598155 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 31 Dec 2023 23:43:40 +0100 Subject: Added player_notify_departure() to playerdb.h --- FICS/command.c | 4 ---- FICS/playerdb.h | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'FICS') diff --git a/FICS/command.c b/FICS/command.c index 93de68d..04e538c 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -93,10 +93,6 @@ PUBLIC int commanding_player = -1; PRIVATE int lastCommandFound = -1; -/* grimm */ -int player_notify_departure(int p); -/* added for warnings */ - /* * Copies command into 'comm'. */ 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); -- cgit v1.2.3