From 894af8e4502eaeb8d251900c882c85a74fc72f07 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 May 2008 23:26:06 +0200 Subject: make more functions static --- libidu/idfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libidu/idfile.c') diff --git a/libidu/idfile.c b/libidu/idfile.c index 20b9d55..9f20788 100644 --- a/libidu/idfile.c +++ b/libidu/idfile.c @@ -30,7 +30,7 @@ #include "xalloc.h" #include "xnls.h" -int io_size (FILE *, void *, unsigned int size, int); +static int io_size (FILE *, void *, unsigned int size, int); /****************************************************************************/ @@ -99,7 +99,7 @@ sizeof_idhead () return io_idhead (0, io_size, 0); } -int +static int io_size (FILE *ignore_FILE, void *ignore_addr, unsigned int size, int io_type) { if (io_type == IO_TYPE_STR) -- cgit v1.2.3