Merge commit 'origin/master-tx'
[platform/upstream/pulseaudio.git] / src / pulsecore / inet_pton.h
1 #ifndef fooinet_ptonhfoo
2 #define fooinet_ptonhfoo
3
4 #ifdef HAVE_SYS_SOCKET_H
5 #include <sys/socket.h>
6 #endif
7
8 #include "winsock.h"
9
10 int inet_pton(int af, const char *src, void *dst);
11
12 #endif