SUBST: add a way to post plain char* strings into template strings in a formated way
[citadel.git] / webcit / subst.h
index 56b5d19476d8b53706fe76061a2207b0f27ea14c..86b76d69070cb39638c9da72b9ba6506b200587f 100644 (file)
@@ -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)
 /**