* copy daves great handler script and modify it to fit the simpler needs of webcit.
[citadel.git] / webcit / userlist.c
index 20450d9281d7a7b8309c669d3b6f7cccea1e9ddf..0733851d2dd39b22a8494e132d74de4ddd44919f 100644 (file)
@@ -170,5 +170,11 @@ void showuser(void)
        wDumpContent(1);
 }
 
-
+void 
+InitModule_USERLIST
+(void)
+{
+       WebcitAddUrlHandler(HKEY("userlist"), userlist, 0);
+       WebcitAddUrlHandler(HKEY("showuser"), showuser, 0);
+}
 /*@}*/