]> code.delx.au - pulseaudio/blob - polyp/inet_ntop.h
* add variadic function pa_tagstruct_get() and pa_tagstruct_put() for parsing/constru...
[pulseaudio] / polyp / 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