X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;fp=libcitadel%2Flib%2Flibcitadel.h;h=a1aacb5fb2aa965b8d28873420e886ff46c107df;hp=bd7c8da9ccf2be13e1bd6389a784e7a6f4652220;hb=7f8df9e1ba8fa3b30bfc047f66e3f8fbf63b3317;hpb=9e7955f89c38690b915739864bae178fff0f6474 diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index bd7c8da9c..a1aacb5fb 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -339,6 +339,7 @@ void StrBuf_RFC822_2_Utf8(StrBuf *Target, void StrBuf_RFC822_to_Utf8(StrBuf *Target, const StrBuf *DecodeMe, const StrBuf* DefaultCharset, StrBuf *FoundCharset); int StrBufDecodeBase64(StrBuf *Buf); +int StrBufDecodeBase64To(const StrBuf *BufIn, StrBuf *BufOut); int StrBufDecodeHex(StrBuf *Buf); StrBuf *StrBufRFC2047encodeMessage(const StrBuf *EncodeMe); int StrBufRFC2047encode(StrBuf **target, const StrBuf *source);