aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-07 16:59:15 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-07 16:59:15 +0200
commit13b72eb4782b0b3e7fdf0f2a2d277a57aaedf294 (patch)
tree2d2631e5a12a2b876611b9128c86c36a97fb894b
parentd08524ce49e63e1b55976aacbfdc6f6608d5ca39 (diff)
Deleted gethostname()
-rw-r--r--FICS/command.h1
1 files changed, 0 insertions, 1 deletions
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 *);