Simplify and make static reconnect_server() function

This commit is contained in:
Kevin Easton
2015-06-13 22:30:44 +10:00
parent 1883e2c0c3
commit b0951d44dd
2 changed files with 11 additions and 24 deletions

View File

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