pulseaudio/polyp/inet_ntop.h

7 lines
133 B
C
Raw Normal View History

#ifndef fooinet_ntophfoo
#define fooinet_ntophfoo
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
#endif