Fix resolver if_* namespace (bug 17717).
[glibc.git] / include / net / if.h
blob6c4cbc96c3733a01552f8f4cfdf2abdb67954c15
1 #ifndef _NET_IF_H
3 # include_next <net/if.h>
5 #ifndef _ISOMAC
6 libc_hidden_proto (if_nametoindex)
7 extern __typeof (if_nametoindex) __if_nametoindex;
8 libc_hidden_proto (__if_nametoindex)
9 libc_hidden_proto (if_indextoname)
10 libc_hidden_proto (if_nameindex)
11 libc_hidden_proto (if_freenameindex)
12 extern __typeof (if_freenameindex) __if_freenameindex;
13 libc_hidden_proto (__if_freenameindex)
14 #endif
16 #endif