Make finalize_server_connect() static

It is only called within server.c.
This commit is contained in:
Kevin Easton
2019-01-16 23:26:39 +11:00
parent 95b57cc3cc
commit 6cf30d8ce1
2 changed files with 119 additions and 119 deletions

View File

@@ -360,7 +360,6 @@ ChannelList *BX_get_server_channels (int);
void set_who_queue_top (int, WhoEntry *);
WhoEntry *who_queue_top (int);
int finalize_server_connect(int, int, int);
int next_server(int);
void do_idle_server (void);