summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/inet_ntop.h
blob: 7e1b20378383047606c8012afe351a593b87facf (plain)
1
2
3
4
5
6
7
8
#ifndef fooinet_ntophfoo
#define fooinet_ntophfoo

#include <pulsecore/socket.h>

const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);

#endif