From b0f4ac704664b45d050fa8ec20faebc9663a2f9c Mon Sep 17 00:00:00 2001 From: TAKIZAWA Takashi Date: Tue, 27 Feb 2007 17:44:08 +0000 Subject: Updated $assumed_charset patch (closes: #2218). Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts. --- charset.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'charset.h') diff --git a/charset.h b/charset.h index edb24157..3fba1cce 100644 --- a/charset.h +++ b/charset.h @@ -35,8 +35,6 @@ int iconv_close (iconv_t); #endif int mutt_convert_string (char **, const char *, const char *, int); -const char *mutt_get_first_charset (const char *); -int mutt_convert_nonmime_string (char **); iconv_t mutt_iconv_open (const char *, const char *, int); size_t mutt_iconv (iconv_t, ICONV_CONST char **, size_t *, char **, size_t *, ICONV_CONST char **, const char *); @@ -49,6 +47,7 @@ char * fgetconvs (char *, size_t, FGETCONV *); void fgetconv_close (FGETCONV **); void mutt_set_langinfo_charset (void); +char *mutt_get_default_charset (); #define M_ICONV_HOOK_FROM 1 #define M_ICONV_HOOK_TO 2 -- cgit v1.2.3