network_gamelist.c
changeset 1095 90220990fd7c
parent 738 0b2fb79e64fc
child 1122 afdafe278c9a
--- a/network_gamelist.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/network_gamelist.c	Sat Jan 22 22:47:58 2005 +0000
@@ -9,7 +9,7 @@
 
 extern void UpdateNetworkGameWindow(bool unselect);
 
-void NetworkGameListClear(void)
+static void NetworkGameListClear(void)
 {
 	NetworkGameList *item;
 	NetworkGameList *next;
@@ -92,7 +92,7 @@
 	}
 }
 
-void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online)
+static void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online)
 {
 	// We queried a server and now we are going to add it to the list
 	NetworkGameList *item;