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

#include <pulsecore/socket.h>

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

#endif