]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
colrm: fix compiler warning [-Wmissing-prototypes]
authorKarel Zak <kzak@redhat.com>
Mon, 16 Jul 2012 16:46:44 +0000 (18:46 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Jul 2012 16:46:44 +0000 (18:46 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/colrm.c

index 910d933a294b2268f70fa18d311201beeb94220b..a241fb8f24c1c8ba5a288aaa6f563845b3d8cf0f 100644 (file)
@@ -70,7 +70,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
 }
 
-int process_input(unsigned long first, unsigned long last)
+static int process_input(unsigned long first, unsigned long last)
 {
        unsigned long ct = 0;
        wint_t c;