Awesome sauce, read description below for details.
[citadel.git] / libcitadel / lib / libcitadel.h
index ebb9ff8b1ab624a85f98a1f4710584953acfbd3a..8cf9d6e372b7886230e6c1eb3b7a818e6e1c9ae3 100644 (file)
@@ -402,7 +402,7 @@ enum {
        BASE64_NO_LINEBREAKS = 0,
        BASE64_YES_LINEBREAKS = 1
 };
-size_t CtdlDecodeBase64(char *dest, const char *source, size_t length);
+size_t CtdlDecodeBase64(char *dest, const char *source, size_t source_len);
 unsigned int decode_hex(char *Source);
 int CtdlDecodeQuotedPrintable(char *decoded, char *encoded, int sourcelen);
 void StripSlashes(char *Dir, int TrailingSlash);