From 53e6290617392b2e64a2fdf5b9a3c8e8115de8bf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 24 Jul 2001 07:28:43 +0000 Subject: * iconv/iconvconfig.c (name_insert): Make static to avoid warning. * iconv/gconv_cache.c: Include stdio.h for puts declaration. --- iconv/iconvconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/iconvconfig.c') diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index 1d76c8f1ca..d7a514cf88 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -968,7 +968,7 @@ write_output (void) size_t total; /* Function to insert the names. */ - void name_insert (const void *nodep, VISIT value, int level) + static void name_insert (const void *nodep, VISIT value, int level) { struct name *name; unsigned int idx; -- cgit v1.2.3