diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 0a21a9afa..ee559b102 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -52,7 +52,7 @@ static void gotsig(int sig) | |||
52 | 52 | ||
53 | #define CONVERTED_TAB_SIZE 8 | 53 | #define CONVERTED_TAB_SIZE 8 |
54 | 54 | ||
55 | int more_main(int argc, char **argv); | 55 | int more_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
56 | int more_main(int argc, char **argv) | 56 | int more_main(int argc, char **argv) |
57 | { | 57 | { |
58 | int c = c; /* for gcc */ | 58 | int c = c; /* for gcc */ |