summaryrefslogtreecommitdiff
path: root/network_gamelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_gamelist.h')
-rw-r--r--network_gamelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_gamelist.h b/network_gamelist.h
index 7641ac0f6..5ccc4b054 100644
--- a/network_gamelist.h
+++ b/network_gamelist.h
@@ -3,6 +3,6 @@
void NetworkGameListClear(void);
NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port);
-void NetworkGameListAddQueriedItem(NetworkGameInfo *info, bool server_online);
+void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online);
#endif /* NETWORK_GAMELIST_H */