repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
apply hidden visibility to stdio internals
[musl.git]
/
src
/
network
/
if_freenameindex.c
blob
89bafcc0ca6696ce98637c59009e2e79ef215f37
1
#include <net/if.h>
2
#include <stdlib.h>
3
4
void
if_freenameindex
(
struct
if_nameindex
*
idx
)
5
{
6
free
(
idx
);
7
}