]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
Release version 973 generated by do-release.sh
[citadel.git] / libcitadel / lib / libcitadel.h
index 965144a7be2005dc9e99b80bb713fc3c4bba4fc6..c1325673818f83d911f9cb136a6bb16fc324dc12 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 960
+#define LIBCITADEL_VERSION_NUMBER 973
 
 /*
  * 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,