pulseaudio/src/pulsecore/inet_pton.h

13 lines
189 B
C
Raw Normal View History

#ifndef fooinet_ptonhfoo
#define fooinet_ptonhfoo
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include "winsock.h"
int inet_pton(int af, const char *src, void *dst);
#endif