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 --- util-linux/ipcrm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/ipcrm.c') diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 886c2efbd..9240e2c4b 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -73,6 +73,7 @@ static int remove_ids(type_id type, int argc, char **argv) #endif /* #ifndef CONFIG_IPCRM_DROP_LEGACY */ +int ipcrm_main(int argc, char **argv); int ipcrm_main(int argc, char **argv) { int c; -- cgit v1.2.3