summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-03 09:07:16 +0000
committerrubidium <rubidium@openttd.org>2009-04-03 09:07:16 +0000
commitdccfba6e20cdc4bb6d068f075e9b6d7fefee0fb0 (patch)
tree344540fa511b17f15af59a39a41c98460ffcda9f /src/network/core/host.h
parent632d74c6b1a17f3bc3419158dfc1bb5a2e5f77b5 (diff)
downloadopenttd-dccfba6e20cdc4bb6d068f075e9b6d7fefee0fb0.tar.xz
(svn r15924) -Codechange: replace NetworkResolveHost with something less AF dependant.
Diffstat (limited to 'src/network/core/host.h')
-rw-r--r--src/network/core/host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/core/host.h b/src/network/core/host.h
index 9735cce84..b54819912 100644
--- a/src/network/core/host.h
+++ b/src/network/core/host.h
@@ -7,6 +7,5 @@
#ifndef NETWORK_CORE_HOST_H
void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
-uint32 NetworkResolveHost(const char *hostname);
#endif /* NETWORK_CORE_HOST_H */