X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=ac36328c4cff786a932b12344110ef3b3ca6e0aa;hb=df091f800c07e570d7211772d0983863198d62b4;hp=5140def263cdaa8d6b469b0e38bf9dd09ea3de18;hpb=09d3b87661723d9d59cdd64119213ac3b75da581;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 5140def26..ac36328c4 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -410,7 +410,7 @@ typedef struct _wc_mime_attachment { }wc_mime_attachment; -typedef void (*RenderMimeFunc)(wc_mime_attachment *Mime, StrBuf *RawData); +typedef void (*RenderMimeFunc)(wc_mime_attachment *Mime, StrBuf *RawData, StrBuf *FoundCharset); /* * \brief message summary structure. ??? @@ -450,7 +450,7 @@ typedef struct _message_summary { wc_mime_attachment *vcard_partnum_ref; } message_summary; -typedef void (*ExamineMsgHeaderFunc)(message_summary *Msg, StrBuf *HdrLine); +typedef void (*ExamineMsgHeaderFunc)(message_summary *Msg, StrBuf *HdrLine, StrBuf *FoundCharset);