From dfba741457cc81eb2ed3a9d4c074fbad74aa3249 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 6 Mar 2006 20:47:33 +0000 Subject: Robert P. Day removed 8 gazillion occurrences of "extern" on function definitions. (That should only be on prototypes.) --- util-linux/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/more.c') diff --git a/util-linux/more.c b/util-linux/more.c index e910388..beba642 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -57,7 +57,7 @@ static void gotsig(int sig) #endif /* CONFIG_FEATURE_USE_TERMIOS */ -extern int more_main(int argc, char **argv) +int more_main(int argc, char **argv) { int c, lines, input = 0; int please_display_more_prompt = 0; -- cgit v1.1