* 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 0857a80..86b7d4c 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 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 */