From: Thomas Roessler Date: Mon, 17 Jul 2000 10:43:40 +0000 (+0000) Subject: Name changes left out by EGE's patch. X-Git-Tag: mutt-1-3-6-rel~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11a96f8e2c6d9a081ab0c11ad454cd9731dd4c84;p=mutt Name changes left out by EGE's patch. --- diff --git a/imap/utf7.c b/imap/utf7.c index 3c560861..07192606 100644 --- a/imap/utf7.c +++ b/imap/utf7.c @@ -243,7 +243,7 @@ char *utf8_to_utf7 (const char *u8, size_t u8len, char **u7, size_t *u7len) return 0; } -void mutt_utf7_encode (char **s) +void imap_utf7_encode (char **s) { if (Charset) { @@ -254,7 +254,7 @@ void mutt_utf7_encode (char **s) } } -void mutt_utf7_decode (char **s) +void imap_utf7_decode (char **s) { if (Charset) {