X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcodeconv.h;h=892b198d2f40aab5867aa2284245c9e73897c114;hp=884bd66ecf35ce600beb4cecc558f67a07c95bb7;hb=1c9cf5d44779d41b940b1ba9a68caf5de32e5d4f;hpb=799c22c87f7301cdcadfb2d3a09cd152c78a9720 diff --git a/src/codeconv.h b/src/codeconv.h index 884bd66ec..892b198d2 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -136,12 +136,18 @@ gint conv_convert (CodeConverter *conv, const gchar *inbuf); gchar *conv_codeset_strdup (const gchar *inbuf, - const gchar *src_codeset, - const gchar *dest_codeset); + const gchar *src_code, + const gchar *dest_code); 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); CharSet conv_get_current_charset (void);