diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/command.c | 4 | ||||
-rw-r--r-- | FICS/playerdb.h | 1 |
2 files changed, 1 insertions, 4 deletions
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); |