summaryrefslogtreecommitdiffstats
path: root/attach.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
commit986ab5e943db7aaed2aed98f8b74e4c26666fdd8 (patch)
tree58cfec1114686823dbdbf22cf2ca52f77eb1075d /attach.h
parent9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (diff)
CVS branch clean-up.
Diffstat (limited to 'attach.h')
-rw-r--r--attach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.h b/attach.h
index 46e374dc..32e9d0d5 100644
--- a/attach.h
+++ b/attach.h
@@ -20,7 +20,7 @@
int mutt_tag_attach (MUTTMENU *menu, int n);
-void mutt_save_attachment_list (FILE *fp, int tag, BODY *top);
+void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr);
void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter);
void mutt_print_attachment_list (FILE *fp, int tag, BODY *top);
void mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, ATTACHPTR **idx);