* iconv/iconvconfig.c (name_insert): Make static to avoid warning.

* iconv/gconv_cache.c: Include stdio.h for puts declaration.
This commit is contained in:
Andreas Jaeger 2001-07-24 07:28:43 +00:00
parent 06b5289f83
commit 53e6290617
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include <dlfcn.h> #include <dlfcn.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>

View File

@ -968,7 +968,7 @@ write_output (void)
size_t total; size_t total;
/* Function to insert the names. */ /* 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; struct name *name;
unsigned int idx; unsigned int idx;