mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
12 lines
173 B
C
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
|