(svn r14949) -Cleanup: pointer coding style
This commit is contained in:
@@ -122,7 +122,7 @@ extern uint16 _network_udp_broadcast;
|
||||
|
||||
extern uint8 _network_advertise_retries;
|
||||
|
||||
void NetworkTCPQueryServer(const char* host, unsigned short port);
|
||||
void NetworkTCPQueryServer(const char *host, unsigned short port);
|
||||
|
||||
void NetworkAddServer(const char *b);
|
||||
void NetworkRebuildHostList();
|
||||
|
Reference in New Issue
Block a user