Files @ r9951:8026cba2423a
Branch filter:

Location: cpp/openttd-patchpack/source/src/network/core/host.h

belugas
(svn r14106) -Fix(r14104): A string too much been commited
/* $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 */