(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -19,6 +19,6 @@ extern NetworkGameList *_network_game_list;
|
||||
|
||||
NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port);
|
||||
void NetworkGameListRemoveItem(NetworkGameList *remove);
|
||||
void NetworkGameListRequery(void);
|
||||
void NetworkGameListRequery();
|
||||
|
||||
#endif /* NETWORK_GAMELIST_H */
|
||||
|
Reference in New Issue
Block a user