suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define LN_BACKUP 8
|
||||
#define LN_SUFFIX 16
|
||||
|
||||
int ln_main(int argc, char **argv);
|
||||
int ln_main(int argc, char **argv)
|
||||
{
|
||||
int status = EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user