fix no previous prototype warning

1_4_stable
Mike Frysinger 2006-05-11 02:35:55 +00:00
parent e92923862e
commit b5547fb0b3
1 changed files with 1 additions and 0 deletions

View File

@ -1729,6 +1729,7 @@ static int if_print(char *ifname)
return res;
}
int display_interfaces(char *ifname);
int display_interfaces(char *ifname)
{
int status;