summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-31 19:11:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-31 19:11:53 +0000
commitd0656b2b38fedc0780dc53f3d42c5b4dbc96fa97 (patch)
treeca76aff18d495d6b20cc63e88f33d24980d448b3 /protos.h
parent018280d472ff629e6fd9f98ebbbe4cd1b934df38 (diff)
Adding a <parent-message> function. From Roland Rosenfeld
<roland@spinnaker.rhein.de>.
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 0c921eed..b3aa98a5 100644
--- a/protos.h
+++ b/protos.h
@@ -215,6 +215,7 @@ int mutt_compose_attachment (BODY *a);
int mutt_decode_save_attachment (FILE *, BODY *, char *, int, int);
int mutt_display_message (HEADER *h);
int mutt_edit_attachment(BODY *);
+int mutt_parent_message (CONTEXT *, HEADER *);
int mutt_prepare_edit_message(CONTEXT *, HEADER *, HEADER *);
#define mutt_enter_fname(A,B,C,D,E) _mutt_enter_fname(A,B,C,D,E,0,NULL,NULL)
int _mutt_enter_fname (const char *, char *, size_t, int *, int, int, char ***, int *);