Files @ r12704:505cae3b42ef
Branch filter:

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

alberth
(svn r17177) -Codechange: Message options window uses nested widget tree.
/* $Id$ */

/**
 * @file host.h Resolving of hostnames/IPs
 */

#ifndef NETWORK_CORE_HOST_H
#define NETWORK_CORE_HOST_H

void NetworkFindBroadcastIPs(NetworkAddressList *broadcast);

#endif /* NETWORK_CORE_HOST_H */