mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
fix no previous prototype warning
This commit is contained in:
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…
x
Reference in New Issue
Block a user