X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsubst.h;h=86b76d69070cb39638c9da72b9ba6506b200587f;hb=82f8cebefd325c7eb8b98c6025bd43633fa9cd90;hp=56b5d19476d8b53706fe76061a2207b0f27ea14c;hpb=03e859ed5c8b493a18b4d289518c05321b0e9563;p=citadel.git diff --git a/webcit/subst.h b/webcit/subst.h index 56b5d1947..86b76d690 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -268,6 +268,11 @@ void StrBufAppendTemplate(StrBuf *Target, const StrBuf *Source, int FormatTypeIndex); +void StrBufAppendTemplateStr(StrBuf *Target, + WCTemplputParams *TP, + const char *Source, + int FormatTypeIndex); + #define RegisterNamespace(a, b, c, d, e, f) RegisterNS(a, sizeof(a)-1, b, c, d, e, f) /**