Implemented the range handling code for XOVER
[citadel.git] / citadel / control.h
index d4c0b79f6e3210c13ce9789352f8a5270601ccbf..fa93bc03be306564667adc38101b29a7f0a02440 100644 (file)
@@ -1,4 +1,15 @@
-/* $Id$ */
+/*
+ * Copyright (c) 1987-2012 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 release_control(void);
@@ -6,4 +17,3 @@ 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);