X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=charset.h;h=6397493d94a0c6d45812775e4b10b24397e61e85;hp=cfc2ac53e5a136637a7a639093a3424756dd6f0c;hb=31edbe030ac69952aa535730427246b5e9a1603c;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/charset.h b/charset.h index cfc2ac5..6397493 100644 --- a/charset.h +++ b/charset.h @@ -35,6 +35,8 @@ int iconv_close (iconv_t); #endif int mutt_convert_string (char **, const char *, const char *, int); +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 *);