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

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

#ifndef NETWORK_CORE_HOST_H

void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
uint32 NetworkResolveHost(const char *hostname);

#endif /* NETWORK_CORE_HOST_H */