suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -44,6 +44,7 @@ static void maybe_set_utc(int opt)
|
||||
xputenv((char*)"TZ=UTC0");
|
||||
}
|
||||
|
||||
int date_main(int argc, char **argv);
|
||||
int date_main(int argc, char **argv)
|
||||
{
|
||||
time_t tm;
|
||||
|
||||
Reference in New Issue
Block a user