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/fold.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/fold.c') diff --git a/coreutils/fold.c b/coreutils/fold.c index 490882f6d..4ce52cf0b 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -38,6 +38,7 @@ static int adjust_column(int column, char c) return column; } +int fold_main(int argc, char **argv); int fold_main(int argc, char **argv) { char *w_opt; -- cgit v1.2.3