* added RCS Id keyword strings to sources
[citadel.git] / citadel / msgbase.h
1 /* $Id$ */
2 int alias (char *name);
3 void get_mm (void);
4 void cmd_msgs (char *cmdbuf);
5 void help_subst (char *strbuf, char *source, char *dest);
6 void do_help_subst (char *buffer);
7 void memfmout (int width, char *mptr, char subst);
8 time_t output_message (char *msgid, int mode,
9                         int headers_only, int desired_section);
10 void cmd_msg0 (char *cmdbuf);
11 void cmd_msg2 (char *cmdbuf);
12 void cmd_msg3 (char *cmdbuf);
13 long int send_message (char *message_in_memory, size_t message_length,
14                        int generate_id);
15 void loadtroom (void);
16 void copy_file (char *from, char *to);
17 void save_message (char *mtmp, char *rec, char mtsflag, int mailtype,
18                    int generate_id);
19 void aide_message (char *text);
20 void make_message (char *filename, struct usersupp *author, char *recipient,
21                    char *room, int type, int net_type, int format_type,
22                    char *fake_name, char *separator);
23 void cmd_ent0 (char *entargs);
24 void cmd_ent3 (char *entargs);
25 void cmd_dele (char *delstr);
26 void cmd_move (char *args);