Updated to fedora-glibc-20041102T1153
[glibc/history.git] / conform / data / net / if.h-data
blob8a462522d1629aaeeb06e7c07cd6ea7a09b331b1
1 #ifndef ISO
2 type {struct if_nameindex}
4 element {struct if_nameindex} {unsigned int} if_index
5 element {struct if_nameindex} {char*} if_name
7 macro IF_NAMESIZE
9 function {unsigned int} if_nametoindex (const char*)
10 function {char*} if_indextoname (unsigned int, char*)
11 function {struct if_nameindex*} if_nameindex (void)
12 function void if_freenameindex (struct if_nameindex*)
14 allow *_t
15 #endif