network_gamelist.h
author tron
Sun, 18 Jun 2006 07:49:25 +0000
changeset 4039 c4dcd5834f6b
parent 2186 db48cf29b983
permissions -rw-r--r--
(svn r5307) Remove two unnecessary indirections which used function pointers instead of directly calling the functions
/* $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);

#endif /* NETWORK_GAMELIST_H */