Use file descriptor instead of path for mutt_decode_save_attachment()
[apps/madmutt.git] / attach.h
index c5cdb71..75fcc19 100644 (file)
--- a/attach.h
+++ b/attach.h
@@ -26,7 +26,7 @@ void mutt_attach_forward (FILE *, HEADER *, ATTACHPTR **, short, BODY *, int);
 void mutt_attach_reply (FILE *, HEADER *, ATTACHPTR **, short, BODY *, int);
 
 int mutt_print_attachment (FILE *, BODY *);
-int mutt_decode_save_attachment (FILE *, BODY *, char *, int, int);
+int mutt_decode_save_attachment (FILE *, BODY *, int, int);
 int mutt_save_attachment (FILE *, BODY *, char *, int, HEADER *);
 int mutt_pipe_attachment (FILE *, BODY *, const char *, char *);
 int mutt_view_attachment (FILE *, BODY *, int, HEADER *, ATTACHPTR **, short);