summaryrefslogtreecommitdiffstats
path: root/attach.h
diff options
context:
space:
mode:
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);