]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/test/serv_test.c
If you can't handle me at my worst, you don't deserve me at my best.
[citadel.git] / citadel / server / modules / test / serv_test.c
index 7445ac0bce04ab9faf8ce8d245fadcb3324ed20a..91602997dd1d8d93f52859f3fce5865042becf21 100644 (file)
@@ -47,6 +47,7 @@ void LoginTest(void) {
        syslog(LOG_DEBUG, "--- Hello, %s ---\n", CC->curr_user);
 }
 
+// Initialization function, called from modules_init.c
 // To insert this module into the server activate the next block by changing the #if 0 to #if 1
 char *ctdl_module_init_test() {
 #if 0