(svn r13988) -Codechange: move the to IP resolving functions to a separate file.

This commit is contained in:
rubidium
2008-08-04 12:56:38 +00:00
parent 8018aeac9f
commit eb5fb4443a
8 changed files with 280 additions and 223 deletions

View File

@@ -147,7 +147,6 @@ void NetworkGetClientName(char *clientname, size_t size, const NetworkTCPSocketH
uint NetworkCalculateLag(const NetworkTCPSocketHandler *cs);
byte NetworkGetCurrentLanguageIndex();
NetworkTCPSocketHandler *NetworkFindClientStateFromIndex(uint16 client_index);
unsigned long NetworkResolveHost(const char *hostname);
char* GetNetworkErrorMsg(char* buf, NetworkErrorCode err, const char* last);
bool NetworkFindName(char new_name[NETWORK_CLIENT_NAME_LENGTH]);