(svn r15157) -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again.
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(NetworkAddress address);
|
||||
|
||||
void NetworkAddServer(const char *b);
|
||||
void NetworkRebuildHostList();
|
||||
|
Reference in New Issue
Block a user