suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -18,6 +18,7 @@ static void timeout(int signum)
|
||||
bb_error_msg_and_die("timed out");
|
||||
}
|
||||
|
||||
int nc_main(int argc, char **argv);
|
||||
int nc_main(int argc, char **argv)
|
||||
{
|
||||
/* sfd sits _here_ only because of "repeat" option (-l -l). */
|
||||
|
Reference in New Issue
Block a user