X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=charset.h;fp=charset.h;h=b27a5c6c9aad71ca8c26750704bf17a2c80cf167;hp=702f8f1c9707b1187d0589a3c6ddf215daded5e1;hb=d6e1782b1e788bd1c4767443712bf1713cc013ef;hpb=b241f87351127948f83842d537c1a76536bf61c1 diff --git a/charset.h b/charset.h index 702f8f1..b27a5c6 100644 --- a/charset.h +++ b/charset.h @@ -21,6 +21,12 @@ extern char *Charset; extern int Charset_is_utf8; +void charset_initialize(void); +void mutt_canonical_charset(char *, ssize_t, const char *); + +int charset_is_utf8(const char *s); +int charset_is_us_ascii(const char *s); + #ifdef HAVE_ICONV_H # include @@ -36,12 +42,6 @@ my_iconv(iconv_t ict, const char **in, ssize_t *il, char **out, ssize_t *ol) { # define iconv_close(a) 0 #endif -void mutt_set_langinfo_charset (void); -void mutt_canonical_charset(char *, ssize_t, const char *); - -int mutt_is_utf8(const char *s); -int mutt_is_us_ascii(const char *s); - int mutt_convert_string (char **, const char *, const char *, int); const char *mutt_get_first_charset (const char *); int mutt_convert_nonmime_string (char **); @@ -57,7 +57,6 @@ int fgetconv (FGETCONV *); char *fgetconvs (char *, ssize_t, FGETCONV *); void fgetconv_close (FGETCONV **); -void mutt_set_charset(char *charset); wchar_t replacement_char(void); #endif /* _CHARSET_H */