* iconvme.h: Add prototype for iconv_alloc.
[pspp] / lib / iconvme.h
index 3820cb8c627efcb2d53e48c6f22bfe63360c8a9d..4524d326c9b991606fe18c46ed37df6c58ae754a 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 */