src/network/core/host.h
author rubidium
Mon, 04 Aug 2008 12:56:38 +0000
changeset 9844 705fc23bedba
permissions -rw-r--r--
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
/* $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 */