summaryrefslogtreecommitdiff
path: root/include/net/if.h
blob: 1d862260c7e8397742e7db3404df88ab7f55faf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _NET_IF_H

# include_next <net/if.h>

#ifndef _ISOMAC
libc_hidden_proto (if_nametoindex)
libc_hidden_proto (if_indextoname)
libc_hidden_proto (if_nameindex)
libc_hidden_proto (if_freenameindex)
#endif

#endif