forgot one hunk in Alfons' patch
[claws.git] / src / codeconv.h
index 1e838763541384daf66a67d0ee8edaee78f58553..854e859094f27a111a477120196c6f9c14277a2a 100644 (file)
@@ -201,11 +201,9 @@ gchar *conv_codeset_strdup         (const gchar    *inbuf,
 CodeConvFunc conv_get_code_conv_func   (const gchar    *src_charset_str,
                                         const gchar    *dest_charset_str);
 
-#if HAVE_ICONV
 gchar *conv_iconv_strdup               (const gchar    *inbuf,
                                         const gchar    *src_code,
                                         const gchar    *dest_code);
-#endif
 
 const gchar *conv_get_charset_str              (CharSet         charset);
 CharSet conv_get_charset_from_str              (const gchar    *charset);