(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
This commit is contained in:
12
src/network/core/host.h
Normal file
12
src/network/core/host.h
Normal file
@@ -0,0 +1,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 */
|
Reference in New Issue
Block a user