Finished the trailing_javascript API and moved a few things to it
[citadel.git] / webcit / webcit.h
index 3a3e0c333fb628aa880440a18252ffa83e9e26b3..265e6f0254361b8bcdf756ad2863e6544cc79715 100644 (file)
@@ -282,7 +282,7 @@ typedef struct _TemplateToken {
        TemplateParam *Params[MAXPARAM];
 } WCTemplateToken;
 
-typedef void (*WCHandlerFunc)(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType);
+typedef void (*WCHandlerFunc)();
 
 
 /**