+ guess mimetype by template extension
[citadel.git] / webcit / subst.h
index 743aac03a97f332430a8971613d44d8bdb1057e1..4f53cc3726cdf5accc4e689a0ee95fbc2bfdda94 100644 (file)
@@ -291,7 +291,7 @@ void dbg_print_longvector(long *LongVector);
 
 
 #define do_template(a, b) DoTemplate(a, sizeof(a) -1, NULL, &NoCtx);
-void DoTemplate(const char *templatename, long len, StrBuf *Target, WCTemplputParams *TP);
+const StrBuf *DoTemplate(const char *templatename, long len, StrBuf *Target, WCTemplputParams *TP);
 void url_do_template(void);