mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
13 lines
212 B
C
13 lines
212 B
C
|
|
#ifndef fooinet_ntophfoo
|
||
|
|
#define fooinet_ntophfoo
|
||
|
|
|
||
|
|
#ifdef HAVE_SYS_SOCKET_H
|
||
|
|
#include <sys/socket.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "winsock.h"
|
||
|
|
|
||
|
|
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
|
||
|
|
|
||
|
|
#endif
|