aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index d7bc9f02..53f4ffa8 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -247,6 +247,9 @@ void escapes(const char *, char *);
void yyerror(const char *);
int yylex(void);
+void to64frombits(unsigned char *, const unsigned char *, int);
+int from64tobits(char *, const char *);
+
#if defined(HAVE_VOIDPOINTER)
#define XMALLOCTYPE void
#else