More fixes. Type "auto" should mean unspecified from fstab as well as the
[oweals/busybox.git] / util-linux / more.c
index e91038883e292d1a19552e5c2b80d9f9ac716413..beba64282f0866f87d2f57c68855731a7b4a0ca7 100644 (file)
@@ -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;