suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -143,6 +143,7 @@ static long du(const char * const filename)
|
||||
return sum;
|
||||
}
|
||||
|
||||
int du_main(int argc, char **argv);
|
||||
int du_main(int argc, char **argv)
|
||||
{
|
||||
long total;
|
||||
|
||||
Reference in New Issue
Block a user