summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-07 19:06:36 +0000
committerrubidium <rubidium@openttd.org>2009-04-07 19:06:36 +0000
commit82f8badc074d24b4df618c16b23c3854c3369711 (patch)
tree0ef655d1bf99df921f95015642ba96de2eae500e /src/network/core/host.h
parentfdddfd6269ec4f5c770c288f05927ab8b0a60142 (diff)
downloadopenttd-82f8badc074d24b4df618c16b23c3854c3369711.tar.xz
(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.
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 81cb0ff51..67ce5caac 100644
--- a/src/network/core/host.h
+++ b/src/network/core/host.h
@@ -7,6 +7,6 @@
#ifndef NETWORK_CORE_HOST_H
#define NETWORK_CORE_HOST_H
-void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);
+void NetworkFindBroadcastIPs(NetworkAddressList *broadcast);
#endif /* NETWORK_CORE_HOST_H */