summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-28 00:53:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-28 00:53:12 +0000
commitf58938adf13af45527dd59838ba9782ba10d033c (patch)
tree37206dbb14e94a23e81eb7633463fccaab458dff /protos.h
parent4f94f6fbe594c03eebfceef4a5fd908c45bf27ba (diff)
[patch-0.94.4i.tlr.get_attachment.1] Create a new
"get-attachment" function on the compose menu which will copy an attachment to a temporary file.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index 43b45508..159f5de6 100644
--- a/protos.h
+++ b/protos.h
@@ -222,6 +222,7 @@ int mutt_enter_string (unsigned char *, size_t, int, int, int);
int mutt_get_field (char *, char *, size_t, int);
int mutt_get_password (char *, char *, size_t);
int mutt_get_postponed (CONTEXT *, HEADER *, HEADER **);
+int mutt_get_tmp_attachment (BODY *);
int mutt_index_menu (int);
int mutt_invoke_sendmail (ADDRESS *, ADDRESS *, ADDRESS *, const char *, int);
int mutt_is_autoview (char *);