mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	 f7a99e9047
			
		
	
	
		f7a99e9047
		
	
	
	
	
		
			
			git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@445 fefdeb5f-60dc-0310-8127-8f9354f1896f
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef fooinet_ntophfoo
 | |
| #define fooinet_ntophfoo
 | |
| 
 | |
| #ifdef HAVE_SYS_SOCKET_H
 | |
| #include <sys/socket.h>
 | |
| #endif
 | |
| 
 | |
| #include "winsock.h"
 | |
| 
 | |
| const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
 | |
| 
 | |
| #endif
 |