]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* if we decode a RFC 822 Message, output the charset we found, so the user can use...
[citadel.git] / libcitadel / lib / libcitadel.h
index 66d15c2b0658a686aab6b5639c64d06e6d704b2a..7223456a8899b80462ed0ea267ece22e4715dd84 100644 (file)
@@ -265,7 +265,7 @@ void StrBufReplaceChars(StrBuf *buf, char search, char replace);
 int CompressBuffer(StrBuf *Buf);
 void StrBufConvert(StrBuf *ConvertBuf, StrBuf *TmpBuf, void *pic);
 void ctdl_iconv_open(const char *tocode, const char *fromcode, void *pic);
-void StrBuf_RFC822_to_Utf8(StrBuf *Target, StrBuf *DecodeMe, const StrBuf* DefaultCharset);
+void StrBuf_RFC822_to_Utf8(StrBuf *Target, StrBuf *DecodeMe, const StrBuf* DefaultCharset, StrBuf *FoundCharset);
 int StrBufDecodeBase64(StrBuf *Buf);
 int StrBufRFC2047encode(StrBuf **target, const StrBuf *source);
 #define LB                     (1)             /* Internal escape chars */