]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* More changes to support attachments. They mostly work, but only
[citadel.git] / citadel / msgbase.h
index ce041b50b94cc6b99db5a25277a8e44346cedbdb..c1708fb572622e65055f54af24ca0af7eaf461d5 100644 (file)
@@ -4,7 +4,8 @@ void cmd_msgs (char *cmdbuf);
 void help_subst (char *strbuf, char *source, char *dest);
 void do_help_subst (char *buffer);
 void memfmout (int width, char *mptr, char subst);
-void output_message (char *msgid, int mode, int headers_only);
+void output_message (char *msgid, int mode,
+                       int headers_only, int desired_section);
 void cmd_msg0 (char *cmdbuf);
 void cmd_msg2 (char *cmdbuf);
 void cmd_msg3 (char *cmdbuf);