mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
7 lines
133 B
C
7 lines
133 B
C
|
|
#ifndef fooinet_ntophfoo
|
||
|
|
#define fooinet_ntophfoo
|
||
|
|
|
||
|
|
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
|
||
|
|
|
||
|
|
#endif
|