Files @ r10074:4f5c11b805a1
Branch filter:

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

glx
(svn r14242) -Fix: removed some possible infinite loop in version determination (again).
/* $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 */