From 13b72eb4782b0b3e7fdf0f2a2d277a57aaedf294 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Apr 2024 16:59:15 +0200 Subject: Deleted gethostname() --- FICS/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'FICS') diff --git a/FICS/command.h b/FICS/command.h index dfc5292..2aef735 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -128,7 +128,6 @@ extern time_t startuptime; extern int commanding_player; extern int alias_lookup(); -extern int gethostname(); extern int process_command(int, char *, char **); extern int process_disconnection(int); extern int process_heartbeat(int *); -- cgit v1.2.3