* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / webcit.h
index 7dd5922d55a0183a397d8fb9a3ed165edcc3265a..1250676ec1ff42d1b0752f7af92b62f074e14ea0 100644 (file)
@@ -331,6 +331,7 @@ void RegisterNS(const char *NSName, long len,
 
 typedef int (*WCConditionalFunc)(WCTemplateToken *Token, void *Context, int ContextType);
 typedef struct _ConditionalStruct {
+       const char *PlainName;
        int nParams;
        int ContextRequired;
        WCConditionalFunc CondF;