fix no previous prototype warning

1_4_stable
Mike Frysinger 2006-05-11 02:36:51 +00:00
parent b5547fb0b3
commit e135a5d746
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ void set_flags(char *flagstr, int flags)
}
/* also used in netstat */
void displayroutes(int noresolve, int netstatfmt);
void displayroutes(int noresolve, int netstatfmt)
{
char devname[64], flags[16], sdest[16], sgw[16];