summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-20 08:24:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-20 08:24:01 +0000
commit9febf2c9a98ebcebded37065bc6058adfb0847a9 (patch)
treec6f06f934b0b32f38486a743e0596da140ee08d6 /protos.h
parentd79ed35520d7d5a3658e309af0e3e00d30ddf45d (diff)
Brendan Cully's latest IMAP clean-up.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 41fbf1fb..0c921eed 100644
--- a/protos.h
+++ b/protos.h
@@ -279,7 +279,9 @@ pid_t mutt_create_filter_fd (const char *, FILE **, FILE **, FILE **, int, int,
ADDRESS *alias_reverse_lookup (ADDRESS *);
-
+/* base64.c */
+void mutt_to_base64 (unsigned char*, const unsigned char*, int);
+int mutt_from_base64 (char*, const char*);
#ifdef LOCALES_HACK
#define IsPrint(c) (isprint((unsigned char)(c)) || \