Files
openttd/src/network/core/host.h

12 lines
187 B
C

/* $Id$ */
/**
* @file host.h Resolving of hostnames/IPs
*/
#ifndef NETWORK_CORE_HOST_H
void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
#endif /* NETWORK_CORE_HOST_H */