]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/ctdlproto/serv_rooms.c
If you can't handle me at my worst, you don't deserve me at my best.
[citadel.git] / citadel / server / modules / ctdlproto / serv_rooms.c
index 16c69b7e081aa119cb2a023ca83182cfbd4216a7..840f08c93b6bfcba486fcf12a0f96e761d3d147a 100644 (file)
@@ -1016,10 +1016,7 @@ void cmd_stat(char *gargs) {
 }
 
 
-/*****************************************************************************/
-/*                      MODULE INITIALIZATION STUFF                          */
-/*****************************************************************************/
-
+// Initialization function, called from modules_init.c
 char *ctdl_module_init_rooms(void) {
        if (!threading) {
                CtdlRegisterProtoHook(cmd_lrms, "LRMS", "List rooms");