suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -38,6 +38,7 @@ static int adjust_column(int column, char c)
|
||||
return column;
|
||||
}
|
||||
|
||||
int fold_main(int argc, char **argv);
|
||||
int fold_main(int argc, char **argv)
|
||||
{
|
||||
char *w_opt;
|
||||
|
Reference in New Issue
Block a user