summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
diff options
context:
space:
mode:
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 */