3fa869fc87201f9315d1004d2af8613731e45456
[citadel.git] / citadel / server / control.h
1 // Copyright (c) 1987-2023 by the citadel.org team
2 //
3 // This program is open source software.  Use, duplication, or disclosure
4 // are subject to the terms of the GNU General Public License version 3.
5
6 void get_control (void);
7 void put_control (void);
8 void check_control(void);
9 long int get_new_message_number (void);
10 long int get_new_user_number (void);
11 long int get_new_room_number (void);
12 void migrate_legacy_control_record(void);