Files @ r9880:ab5464c57091
Branch filter:

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

belugas
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
/* $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 */