summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/inet_pton.h
blob: 913efc4c3d7618f34b7d2aea0afe58fa10f3ea80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef fooinet_ptonhfoo
#define fooinet_ptonhfoo

#ifndef HAVE_INET_PTON

#include <pulsecore/socket.h>

int inet_pton(int af, const char *src, void *dst);

#endif

#endif