removed old script
[citadel.git] / citadel / control.h
index 2c8fee8d6a79f964f46bf560847111e9c34dca45..649d3fd85c1937ce79a5658d88be25d2d2c96c59 100644 (file)
@@ -1,7 +1,19 @@
-/* $Id$ */
+/*
+ * 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 cmd_conf(char *argbuf);
+void migrate_legacy_control_record(void);