Remove u->channels and u->rates, since it's redundant info
[pulseaudio-mirror.git] / src / pulsecore / inet_pton.h
blob111b4a07feb4a26e63e99d634a644459d4bc8f65
1 #ifndef fooinet_ptonhfoo
2 #define fooinet_ptonhfoo
4 #ifdef HAVE_SYS_SOCKET_H
5 #include <sys/socket.h>
6 #endif
8 #include "winsock.h"
10 int inet_pton(int af, const char *src, void *dst);
12 #endif