From c88cb1daa05e447cdcd2daec62501869e4e12fdf Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 4 Aug 2008 12:56:38 +0000 Subject: (svn r13988) -Codechange: move the to IP resolving functions to a separate file. --- src/network/core/host.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/network/core/host.h (limited to 'src/network/core/host.h') 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 */ -- cgit v1.2.3-54-g00ecf