* copy daves great handler script and modify it to fit the simpler needs of webcit.
[citadel.git] / webcit / smtpqueue.c
index 3a1b29f2dac1a3537b9e686120defb4f412d83a2..16a2491ffb417be18d54c9aeaada22f101b7c65c 100644 (file)
@@ -265,7 +265,12 @@ void display_smtpqueue(void)
 
 }
 
-
-
+void 
+InitModule_SMTP_QUEUE
+(void)
+{
+       WebcitAddUrlHandler(HKEY("display_smtpqueue"), display_smtpqueue, 0);
+       WebcitAddUrlHandler(HKEY("display_smtpqueue_inner_div"), display_smtpqueue_inner_div, 0);
+}
 
 /*@}*/