From: Jim Meyering Date: Sun, 11 Nov 2001 14:24:54 +0000 (+0000) Subject: (parse_old_offset): Declare to be static. X-Git-Tag: TEXTUTILS-2_0_17~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94d49e3973191a35fcd874bfefb2b6f2297039c;p=thirdparty%2Fcoreutils.git (parse_old_offset): Declare to be static. --- diff --git a/src/od.c b/src/od.c index d0b7067999..9b97694219 100644 --- 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;