Files @ r11600:f260c7943b75
Branch filter:

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

rubidium
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding
/* $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 */