]> code.delx.au - pulseaudio/blob - src/polypcore/inet_pton.h
111b4a07feb4a26e63e99d634a644459d4bc8f65
[pulseaudio] / src / polypcore / 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