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/whoami.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/whoami.c') diff --git a/coreutils/whoami.c b/coreutils/whoami.c index df714f22c..3185817b6 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -14,6 +14,7 @@ #include #include "busybox.h" +int whoami_main(int argc, char **argv); int whoami_main(int argc, char **argv) { if (argc > 1) -- cgit v1.2.3