* upgrade hash retriever function, it now takes the usual cloud of parameters as...
[citadel.git] / webcit / who.c
index a2ecd9a3ce09074a8cdb38a132db5d4ef45d270e..5b011690d1d73f80f078322b9b0758574a180009 100644 (file)
@@ -447,7 +447,7 @@ void _terminate_session(void) {
        terminate_session();
 }
 
-HashList *GetWholistHash(WCTemplateToken *Token)
+HashList *GetWholistHash(StrBuf *Target, int nArgs, WCTemplateToken *Tokens, void *Context, int ContextType)
 {
        HashList *List;
        char buf[SIZ];