initial work on inline rendering setup
[citadel.git] / webcit-ng / webcit.h
index a818260d3824a9c23fab689d797f11b35b8c1fc6..de529ae83536dc01184c839245cdb2b91ac6f9c4 100644 (file)
@@ -163,3 +163,4 @@ void do_502(struct http_transaction *h);
 void do_404(struct http_transaction *h);
 void do_412(struct http_transaction *h);
 void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf);
+void html_render_one_message(struct http_transaction *h, struct ctdlsession *c, long msgnum);