(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 d0b7067..9b97694 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;