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

# include_next <net/if.h>

libc_hidden_proto (if_nametoindex)
libc_hidden_proto (if_indextoname)
libc_hidden_proto (if_nameindex)
libc_hidden_proto (if_freenameindex)

#endif