summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorTAKIZAWA Takashi <taki@luna.email.ne.jp>2007-02-27 17:44:08 +0000
committerTAKIZAWA Takashi <taki@luna.email.ne.jp>2007-02-27 17:44:08 +0000
commitb0f4ac704664b45d050fa8ec20faebc9663a2f9c (patch)
tree1fdec6e24d2090404478d14f79887d0befeb842d /charset.h
parent5d1dd19010756d100a2449fc3ca14354cd2859a3 (diff)
Updated $assumed_charset patch (closes: #2218).
Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h3
1 files changed, 1 insertions, 2 deletions
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