From b94d49e3973191a35fcd874bfefb2b6f2297039c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Nov 2001 14:24:54 +0000 Subject: (parse_old_offset): Declare to be static. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index d0b706799..9b9769421 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; -- cgit v1.2.3-54-g00ecf