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/hexdump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/hexdump.c') diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 5cb245f..cddd185 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -51,6 +51,7 @@ static const struct suffix_mult suffixes[] = { {NULL, 0 } }; +int hexdump_main(int argc, char **argv); int hexdump_main(int argc, char **argv) { const char *p; -- cgit v1.1