summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-03 11:02:41 +0000
committerrubidium <rubidium@openttd.org>2009-04-03 11:02:41 +0000
commit11723c40b2af93baab87868853f42ce0f17c364b (patch)
tree4d97eb5554d0691ee6509cefa6c03808fea399e5 /src/network/core/host.h
parent47602d7b60e40821c364dbd07161caaf30803d52 (diff)
downloadopenttd-11723c40b2af93baab87868853f42ce0f17c364b.tar.xz
(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
Diffstat (limited to 'src/network/core/host.h')
-rw-r--r--src/network/core/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/host.h b/src/network/core/host.h
index b54819912..32fb7fc5c 100644
--- a/src/network/core/host.h
+++ b/src/network/core/host.h
@@ -6,6 +6,6 @@
#ifndef NETWORK_CORE_HOST_H
-void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
+void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);
#endif /* NETWORK_CORE_HOST_H */