X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=cb59c485c971b0a14edd2a6fc4e1824dc7f2f764;hb=7d66c47a0d5c5c1b0053409153db4a3750aa70d6;hp=923cb408bedd6f8248a2ebc2c497c40af2ec9860;hpb=550ed0608a884b7517efdda7782f31576f1397d7;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 923cb408b..cb59c485c 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -19,7 +19,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 967 +#define LIBCITADEL_VERSION_NUMBER 972 /* * Here's a bunch of stupid magic to make the MIME parser portable. @@ -320,7 +320,7 @@ int StrBufDecodeBase64(StrBuf *Buf); void StrBufDecodeQP(StrBuf *Buf); int StrBufDecodeBase64To(const StrBuf *BufIn, StrBuf *BufOut); int StrBufDecodeHex(StrBuf *Buf); -StrBuf *StrBufRFC2047encodeMessage(const StrBuf *EncodeMe); +StrBuf *StrBufQuotedPrintableEncode(const StrBuf *EncodeMe); int StrBufRFC2047encode(StrBuf **target, const StrBuf *source); StrBuf *StrBufSanitizeEmailRecipientVector(const StrBuf *Recp, StrBuf *UserName,