mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
13 lines
217 B
C
13 lines
217 B
C
#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
|