suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -39,6 +39,7 @@ static short printf_full(unsigned int id, const char *arg, const char prefix)
|
||||
return status;
|
||||
}
|
||||
|
||||
int id_main(int argc, char **argv);
|
||||
int id_main(int argc, char **argv)
|
||||
{
|
||||
struct passwd *p;
|
||||
|
||||
Reference in New Issue
Block a user