src/network/core/host.h
changeset 9844 705fc23bedba
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/network/core/host.h	Mon Aug 04 12:56:38 2008 +0000
@@ -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 */