(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.

This commit is contained in:
rubidium
2007-02-01 21:04:40 +00:00
parent 5678febfe2
commit 15980fc023
4 changed files with 41 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ void NetworkGameListClear(void);
NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port);
void NetworkGameListRemoveItem(NetworkGameList *remove);
void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online);
void NetworkGameListRequery(void);
#endif /* NETWORK_GAMELIST_H */