summaryrefslogtreecommitdiffstats
path: root/rfc2047.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 /rfc2047.h
parent5d1dd19010756d100a2449fc3ca14354cd2859a3 (diff)
Updated $assumed_charset patch (closes: #2218).
Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts.
Diffstat (limited to 'rfc2047.h')
-rw-r--r--rfc2047.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc2047.h b/rfc2047.h
index 735b3565..9e15d2f2 100644
--- a/rfc2047.h
+++ b/rfc2047.h
@@ -18,6 +18,7 @@
char *mutt_choose_charset (const char *fromcode, const char *charsets,
char *u, size_t ulen, char **d, size_t *dlen);
+int convert_nonmime_string (char **);
void _rfc2047_encode_string (char **, int, int);
void rfc2047_encode_adrlist (ADDRESS *, const char *);