summaryrefslogtreecommitdiffstats
path: root/libidu/idfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libidu/idfile.c')
-rw-r--r--libidu/idfile.c4
1 files changed, 2 insertions, 2 deletions
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)