095dc6f1dbdf84bdb871eec343308c68ee6a9ed0
[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 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 void citedit(FILE *);