diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-12-19 07:01:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-12-19 07:01:25 +0000 |
commit | 346f8cd485a03797a26ce9dfc45e21965b23ff32 (patch) | |
tree | fabb73f7fe255532a167de00a946c18c697e2eff /fetchmail.h | |
parent | 50c5fd114425e427abab1b6237a94277d9a78b3b (diff) | |
download | fetchmail-346f8cd485a03797a26ce9dfc45e21965b23ff32.tar.gz fetchmail-346f8cd485a03797a26ce9dfc45e21965b23ff32.tar.bz2 fetchmail-346f8cd485a03797a26ce9dfc45e21965b23ff32.zip |
Minor fixes from Henrique.
svn path=/trunk/; revision=3566
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 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 */ |