* iconvme.h: Add prototype for iconv_alloc.
authorSimon Josefsson <simon@josefsson.org>
Tue, 30 Aug 2005 07:38:53 +0000 (07:38 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 30 Aug 2005 07:38:53 +0000 (07:38 +0000)
lib/ChangeLog
lib/iconvme.h

index 0857a801fed01f37788bb3e91fb67778cb5d3bcf..86b7d4cd953e9b5fa023f9f00fb52e9bfaa0550e 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
+
+       * iconvme.h: Add prototype for iconv_alloc.
+
 2005-08-29  Simon Josefsson  <jas@extundo.com>
 
        * iconvme.c: Fix errno.
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 */