13 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Id$ */
 | 
						|
 | 
						|
/**
 | 
						|
 * @file host.h Resolving of hostnames/IPs
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef NETWORK_CORE_HOST_H
 | 
						|
#define NETWORK_CORE_HOST_H
 | 
						|
 | 
						|
void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);
 | 
						|
 | 
						|
#endif /* NETWORK_CORE_HOST_H */
 |