Move to here from utf16-ucs4.h.
[gnulib.git] / lib / iconvme.h
index 3820cb8..4524d32 100644 (file)
@@ -22,4 +22,9 @@
 extern char *iconv_string (const char *string, const char *from_code,
                           const char *to_code);
 
+#if HAVE_ICONV
+# include <iconv.h>
+extern char *iconv_alloc (iconv_t cd, const char *string);
+#endif
+
 #endif /* ICONVME_H */