Files @ r11718:aded86618f59
Branch filter:

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

rubidium
(svn r16111) -Cleanup: remove some duplicate/unused strings
-Change: move a string to a more sensible location
/* $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 */