summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 14:24:54 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 14:24:54 +0000
commitb94d49e3973191a35fcd874bfefb2b6f2297039c (patch)
tree373c793329a97d056823089b0e09946cff3dfd9a /src/od.c
parentb57a53520bfd73e865d9b9e84e53b9871d7cccc3 (diff)
downloadcoreutils-b94d49e3973191a35fcd874bfefb2b6f2297039c.tar.xz
(parse_old_offset): Declare to be static.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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;