X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.h;fp=citadel%2Fcontrol.h;h=f6ed7bfb4d285f570781bfff40f356f5f1b794cb;hb=d7fd95a3ec0da47dbbdeabc3bee0dfb01a8dde61;hp=fa93bc03be306564667adc38101b29a7f0a02440;hpb=20eee946957c3754bd90a0e9a997508b40396feb;p=citadel.git diff --git a/citadel/control.h b/citadel/control.h index fa93bc03b..f6ed7bfb4 100644 --- a/citadel/control.h +++ b/citadel/control.h @@ -1,18 +1,17 @@ /* - * Copyright (c) 1987-2012 by the citadel.org team + * 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 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. + * 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); void check_control(void); long int get_new_message_number (void); long int get_new_user_number (void);