Implimented a new way to check the control record at startup.
[citadel.git] / citadel / control.h
index 04f73036f861eaaed1ae61f7f7332efe2f6d3860..d4c0b79f6e3210c13ce9789352f8a5270601ccbf 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$ */
 void get_control (void);
 void put_control (void);
+void release_control(void);
+void check_control(void);
 long int get_new_message_number (void);
 long int get_new_user_number (void);
+long int get_new_room_number (void);
 void cmd_conf(char *argbuf);