summaryrefslogtreecommitdiff
path: root/network_gamelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_gamelist.h')
-rw-r--r--network_gamelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_gamelist.h b/network_gamelist.h
index 5ccc4b054..5883ff1be 100644
--- a/network_gamelist.h
+++ b/network_gamelist.h
@@ -3,6 +3,7 @@
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 */