When registering a new user during an inline login, preserve the room we started...
[citadel.git] / webcit / auth.c
index 16ff9ce647e3d6c45395b09d8337f9963d2df93b..cb5ea4b473a6cb3a1721b917711889e4026765db 100644 (file)
@@ -24,8 +24,6 @@
 
 extern uint32_t hashlittle( const void *key, size_t length, uint32_t initval);
 
-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.