* add way to have tokens do their custom parse-time preevaluation; this involves...
[citadel.git] / webcit / setup.c
index ee8f8127752ab43a7792a6650f957b3738e0c724..f0bf85fd898302c55f4e79036e5e3ee12a395659 100644 (file)
@@ -27,6 +27,7 @@ void RegisterNS(const char *NSName, long len,
                int nMinArgs, 
                int nMaxArgs, 
                WCHandlerFunc HandlerFunc,
+               WCPreevalFunc PreEvalFunc,
                int ContextRequired){}
 pthread_key_t MyConKey;