diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index b8963ce8..1380ee95 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -505,7 +505,7 @@ int prc_filecheck(const char *, const flag); /* base64.c */ void to64frombits(unsigned char *, const unsigned char *, int); -int from64tobits(char *, const char *); +int from64tobits(char *, const char *, int len); /* unmime.c */ /* Bit-mask returned by MimeBodyType */ |