Codebase list citadel / upstream/7.37 control.h
upstream/7.37

Tree @upstream/7.37 (Download .tar.gz)

control.h @upstream/7.37raw · history · blame

1
2
3
4
5
6
7
8
9
/* $Id: control.h 6388 2008-06-16 13:06:14Z davew $ */
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);