X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcodeconv.h;h=9bd19d2328552482eb31d43233f3b8381937ffae;hp=19c24248f337d0b56a3cccd65281efe862854979;hb=d01351502311c061d2747f32c4b7797b53144987;hpb=7e0006d1eadd277c5998f9606abec507b316f44f diff --git a/src/codeconv.h b/src/codeconv.h index 19c24248f..9bd19d232 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -165,6 +165,7 @@ void conv_jistoeuc (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_euctojis (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_sjistoeuc (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_anytoeuc (gchar *outbuf, gint outlen, const gchar *inbuf); +void conv_anytoutf8 (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_anytojis (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_unreadable_eucjp (gchar *str);