From 346f8cd485a03797a26ce9dfc45e21965b23ff32 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 19 Dec 2001 07:01:25 +0000 Subject: Minor fixes from Henrique. svn path=/trunk/; revision=3566 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 4ed413e8..0a7fe39b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -506,7 +506,7 @@ int prc_filecheck(const char *, const flag); /* base64.c */ void to64frombits(unsigned char *, const unsigned char *, int); -int from64tobits(char *, const char *, int len); +int from64tobits(char *, const char *, int maxlen); /* unmime.c */ /* Bit-mask returned by MimeBodyType */ -- cgit v1.2.3