X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.h;h=c08f4f26684f082f641862e04c0d11d796367d16;hb=348e6d05bebe8459f1f4999eb66d822023f67095;hp=17967bc471c9fc0fa7341948ca01049bc9ba4c31;hpb=6f47ceb64389509e94cd5ea4c668dfa34238d23f;p=citadel.git diff --git a/citadel/control.h b/citadel/control.h index 17967bc47..c08f4f266 100644 --- a/citadel/control.h +++ b/citadel/control.h @@ -1,5 +1,20 @@ -/* $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); +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);