X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.h;h=cd2e8ecfca5bfcc5c4dbabc5ff17a9236caa8f8b;hb=ab56ffdeaf94733bbfaf3b2d2852592852580ab3;hp=c7c3c0a542c711c2374611d8564927b3b9f691f1;hpb=b14ad70b1de7363ca00ebebb63ad11ace29cfe8a;p=citadel.git diff --git a/webcit/messages.h b/webcit/messages.h index c7c3c0a54..cd2e8ecfc 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -88,7 +88,8 @@ void readloop(long oper); int read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, - const StrBuf *section); + const StrBuf *section, + const StrBuf **OutMime); int load_message(message_summary *Msg, StrBuf *FoundCharset, StrBuf **Error);