pulseaudio/src/pulsecore/inet_pton.h
Maarten Bosmans bb12ff8356 Apply #ifdefs around functionality not available on win32
And also the reverse: around some win32 specific functionality
2011-02-17 11:58:22 +01:00

12 lines
173 B
C

#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