X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsubst.h;h=4f53cc3726cdf5accc4e689a0ee95fbc2bfdda94;hb=c442a8ab662bd4b0f9d3aed7085f95c54ad0b3c6;hp=743aac03a97f332430a8971613d44d8bdb1057e1;hpb=87e07557d35fc0c9cac2831e24224f2d922779a3;p=citadel.git diff --git a/webcit/subst.h b/webcit/subst.h index 743aac03a..4f53cc372 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -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);