From: David Levine Date: Fri, 22 Jul 2016 14:08:24 +0000 (-0400) Subject: Fixed comments describing decodeBase64(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/90f9f125b5056880657caae589285c8c88e016f9?ds=inline;hp=--cc Fixed comments describing decodeBase64(). (cherry picked from commit 06b87ce464beb93a7929541c355edf580ccec023) --- 90f9f125b5056880657caae589285c8c88e016f9 diff --git a/h/prototypes.h b/h/prototypes.h index 18ffb19d..70db9463 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -476,8 +476,9 @@ int writeBase64raw (unsigned char *, size_t, unsigned char *); /* * first argument: the string to be decoded * second argument: the decoded bytes - * third argument: non-zero for text content, and for which CR's should be skipped - * fourth argument: for an MD5 digest, it can be null + * third argument: number of decoded bytes + * fourth argument: non-zero for text content, and for which CR's should be skipped + * fifth argument: for an MD5 digest, it can be null */ int decodeBase64 (const char *, const char **, size_t *, int, unsigned char *);