summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-04 12:56:38 +0000
committerrubidium <rubidium@openttd.org>2008-08-04 12:56:38 +0000
commiteb5fb4443a4ba00ad8e17fc8df80f6f9547326ad (patch)
treec6e7b9351a95668e363be7d112fb1d28d04bce48 /src/network/network_internal.h
parent8018aeac9f6907b434f74b52b7208395c5d11ef3 (diff)
downloadopenttd-eb5fb4443a4ba00ad8e17fc8df80f6f9547326ad.tar.xz
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index dd6b401c3..28d38f889 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -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]);