From 9e5073da15a5359189724b670e5ed19cb6c4b0cb Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 21 Jan 2005 04:41:10 +0000 Subject: several code conversion fix. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@27 ee746299-78ed-0310-b773-934348b2243d --- src/codeconv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/codeconv.h') diff --git a/src/codeconv.h b/src/codeconv.h index 7f3fee8c..2d1bf46d 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -189,6 +189,8 @@ CharSet conv_guess_ja_encoding(const gchar *str); void conv_jistodisp (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_sjistodisp (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_euctodisp (gchar *outbuf, gint outlen, const gchar *inbuf); +void conv_utf8todisp (gchar *outbuf, gint outlen, const gchar *inbuf); +void conv_anytodisp (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_ustodisp (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_latintodisp (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_noconv (gchar *outbuf, gint outlen, const gchar *inbuf); -- cgit v1.2.3