X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.h;fp=citadel%2Fcontrol.h;h=0000000000000000000000000000000000000000;hb=f6fcf350671e3661f8f22696eb35133014ab6a14;hp=649d3fd85c1937ce79a5658d88be25d2d2c96c59;hpb=2e4e67a1f7f65568abace99d13a71024ad06ebde;p=citadel.git diff --git a/citadel/control.h b/citadel/control.h deleted file mode 100644 index 649d3fd85..000000000 --- a/citadel/control.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 1987-2015 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -void get_control (void); -void put_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 migrate_legacy_control_record(void);