9 lines
124 B
C
9 lines
124 B
C
|
#ifndef _NET_IF_H
|
||
|
|
||
|
# include_next <net/if.h>
|
||
|
|
||
|
libc_hidden_proto (if_nametoindex)
|
||
|
libc_hidden_proto (if_indextoname)
|
||
|
|
||
|
#endif
|