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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/network/core/host.h b/src/network/core/host.h
new file mode 100644
index 000000000..9735cce84
--- /dev/null
+++ b/src/network/core/host.h
@@ -0,0 +1,12 @@
+/* $Id$ */
+
+/**
+ * @file host.h Resolving of hostnames/IPs
+ */
+
+#ifndef NETWORK_CORE_HOST_H
+
+void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
+uint32 NetworkResolveHost(const char *hostname);
+
+#endif /* NETWORK_CORE_HOST_H */