From 11a96f8e2c6d9a081ab0c11ad454cd9731dd4c84 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 17 Jul 2000 10:43:40 +0000 Subject: [PATCH] Name changes left out by EGE's patch. --- imap/utf7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.40.0