]> code.delx.au - pulseaudio/blob - src/pulsecore/inet_ntop.h
Use <pulsecore/socket.h> instead of <sys/socket.h>
[pulseaudio] / src / pulsecore / inet_ntop.h
1 #ifndef fooinet_ntophfoo
2 #define fooinet_ntophfoo
3
4 #include <pulsecore/socket.h>
5
6 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
7
8 #endif