* removed handlers from webcit.h if possible
[citadel.git] / webcit / auth.c
index c431c00555061a1db3e9e3f4380d715e2e8bb5ff..8912b92a943e18905e979b5442fa1cc1f24e2c35 100644 (file)
@@ -8,6 +8,9 @@
 #include "webserver.h"
 #include <ctype.h>
 
+
+void display_reg(int during_login);
+
 /*
  * Access level definitions.  This is initialized from a function rather than a
  * static array so that the strings may be localized.