(svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow

declaration to network.h, and remove stale externs of NetworkPopulateCompanyInfo
This commit is contained in:
Darkvater
2006-11-06 00:12:55 +00:00
parent c9a19c29fe
commit d327ffb0f4
4 changed files with 1 additions and 6 deletions

View File

@@ -9,8 +9,6 @@
// This file handles the GameList
// Also, it handles the request to a server for data about the server
extern void UpdateNetworkGameWindow(bool unselect);
/** Add a new item to the linked gamelist. If the IP and Port match
* return the existing item instead of adding it again
* @param ip the IP-address (inet_addr) of the to-be added item