+2006-11-03 Bruno Haible <bruno@clisp.org>
+
+ Move declarations to header files.
+ * dcigettext.c: Include localcharset.h.
+ (get_output_charset): Remove locale_charset declaration.
+
2006-10-30 Bruno Haible <bruno@clisp.org>
Move declarations to header files.
# include <sys/param.h>
#endif
-#if !defined _LIBC && HAVE_NL_LOCALE_NAME
-# include <langinfo.h>
+#if !defined _LIBC
+# if HAVE_NL_LOCALE_NAME
+# include <langinfo.h>
+# endif
+# include "localcharset.h"
#endif
#include "gettextP.h"
return _NL_CURRENT (LC_CTYPE, CODESET);
# else
# if HAVE_ICONV
- extern const char *locale_charset (void);
return locale_charset ();
# endif
# endif