summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/inet_ntop.h
blob: 77ace6a4da839e846fb7bbb4f4582ae91240b1b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef fooinet_ntophfoo
#define fooinet_ntophfoo

#ifndef HAVE_INET_NTOP

#include <pulsecore/socket.h>

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

#endif

#endif