]> code.citadel.org Git - citadel.git/blobdiff - webcit/who.c
* upgrade hash retriever function, it now takes the usual cloud of parameters as...
[citadel.git] / webcit / who.c
index 02f3630e90e716aa982ecd07950fecfa762a26a3..5b011690d1d73f80f078322b9b0758574a180009 100644 (file)
@@ -231,6 +231,7 @@ void who_inner_div(void) {
 */
 
 
+#if 0
 /*
  * Display a list of users currently logged in to the system
  * /
@@ -246,6 +247,7 @@ void who(void)
                "}\n"
                "</script>\n", _("Do you really want to kill this session?")
        );
+#endif
 
        wprintf("<div id=\"banner\">\n");
        wprintf("<div class=\"room_banner\">");
@@ -294,6 +296,7 @@ void who(void)
        wDumpContent(1);
 }
 */
+#endif
 
 /*
  * end session
@@ -444,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];