suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -441,6 +441,7 @@ static int arp_show(char *name)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int arp_main(int argc, char **argv);
|
||||
int arp_main(int argc, char **argv)
|
||||
{
|
||||
char *hw_type;
|
||||
|
||||
Reference in New Issue
Block a user