]> code.citadel.org Git - citadel.git/blob - citadel/messages.h
c848472f4b8646fec6f17f1ed63e18d7e40d81bc
[citadel.git] / citadel / messages.h
1 /* $Id$ */
2 int ka_system(char *shc);
3 int entmsg(int is_reply, int c);
4 void readmsgs(int c, int rdir, int q);
5 void edit_system_message(char *which_message);
6 pid_t ka_wait(int *kstatus);
7 void list_urls(void);
8 void check_message_base(void);
9 int client_make_message(char *filename, /* temporary file name */
10                 char *recipient,        /* NULL if it's not mail */
11                 int anon_type,          /* see MES_ types in header file */
12                 int format_type,
13                 int mode,
14                 char *subject);
15 void citedit(FILE *);
16 int file_checksum(char *filename);