From 06af2165288cd6516b89001ec9e24992619230e0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:28:39 +0000 Subject: suppress warnings about easch _main() having no preceding prototype --- coreutils/id.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/id.c') diff --git a/coreutils/id.c b/coreutils/id.c index 36007ae55..963ee0566 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -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; -- cgit v1.2.3