summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
blob: 32fb7fc5c87d2492aaaed6062165cfd47a760205 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $Id$ */

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

#ifndef NETWORK_CORE_HOST_H

void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);

#endif /* NETWORK_CORE_HOST_H */