]> code.delx.au - pulseaudio/blob - src/polypcore/inet_ntop.h
unhide padsp
[pulseaudio] / src / polypcore / inet_ntop.h
1 #ifndef fooinet_ntophfoo
2 #define fooinet_ntophfoo
3
4 #ifdef HAVE_SYS_SOCKET_H
5 #include <sys/socket.h>
6 #endif
7
8 #include "winsock.h"
9
10 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
11
12 #endif