* upgrade hash retriever function, it now takes the usual cloud of parameters as...
[citadel.git] / webcit / webcit.h
index a479f5f4c9676fbcbe8ecb06747a3d2641c70c08..59a361e8ebfe5022fd157ac6af20ae7c31467b57 100644 (file)
@@ -334,7 +334,7 @@ void RegisterConditional(const char *Name, long len,
 
 
 typedef void (*SubTemplFunc)(StrBuf *TemplBuffer, void *Context, WCTemplateToken *Token);
-typedef HashList *(*RetrieveHashlistFunc)(WCTemplateToken *Token);
+typedef HashList *(*RetrieveHashlistFunc)(StrBuf *Target, int nArgs, WCTemplateToken *Tokens, void *Context, int ContextType);
 typedef void (*HashDestructorFunc) (HashList **KillMe);
 void RegisterITERATOR(const char *Name, long len,
                      int AdditionalParams,