mirror of https://github.com/mirror/busybox.git
fix no previous prototype warning
parent
e92923862e
commit
b5547fb0b3
|
@ -1729,6 +1729,7 @@ static int if_print(char *ifname)
|
|||
return res;
|
||||
}
|
||||
|
||||
int display_interfaces(char *ifname);
|
||||
int display_interfaces(char *ifname)
|
||||
{
|
||||
int status;
|
||||
|
|
Loading…
Reference in New Issue