]> code.delx.au - pulseaudio/blob - src/pulsecore/inet_pton.h
core: introduce pa_{sink_input|source_output}_fail_move()
[pulseaudio] / 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