]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(parse_old_offset): Declare to be static.
authorJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 14:24:54 +0000 (14:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 14:24:54 +0000 (14:24 +0000)
src/od.c

index d0b706799963a31d35fdad5bd1ecaed5606968d1..9b976942193f64bdf6077756e012e5ed7d60bf50 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -1342,7 +1342,7 @@ get_lcm (void)
 /* If S is a valid pre-POSIX offset specification with an optional leading '+'
    return nonzero and set *OFFSET to the offset it denotes.  */
 
-int
+static int
 parse_old_offset (const char *s, uintmax_t *offset)
 {
   int radix;