summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-07-17 10:43:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-07-17 10:43:40 +0000
commit11a96f8e2c6d9a081ab0c11ad454cd9731dd4c84 (patch)
tree7207f5b8ecbc8d9057d2aa9996bcf520aff92386 /imap
parent202448c8646d9a81017b73a70fc1b2c95b6ef01a (diff)
Name changes left out by EGE's patch.
Diffstat (limited to 'imap')
-rw-r--r--imap/utf7.c4
1 files 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)
{