649d3fd85c1937ce79a5658d88be25d2d2c96c59
[citadel.git] / citadel / control.h
1 /*
2  * Copyright (c) 1987-2015 by the citadel.org team
3  *
4  * This program is open source software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 3.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  */
12
13 void get_control (void);
14 void put_control (void);
15 void check_control(void);
16 long int get_new_message_number (void);
17 long int get_new_user_number (void);
18 long int get_new_room_number (void);
19 void migrate_legacy_control_record(void);