network_gamelist.h
author truelight
Fri, 10 Aug 2007 18:01:19 +0000
branch0.5
changeset 5532 f41abb02ba54
parent 5429 a1f3d6573141
permissions -rw-r--r--
(svn r10843) [0.5] -Fix r10842: a few strings didn't make it through the automated sync system (more to come though)
/* $Id$ */

#ifndef NETWORK_GAMELIST_H
#define NETWORK_GAMELIST_H

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 */