summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-08 09:38:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-08 09:38:10 +0000
commit54c92539c2c22104ae6f04412254acb2de3bdc3d (patch)
treea48aea660981da64bd5392f129fd3c2690b1995c /protos.h
parent33acfb1e353466b3668b7c54cc884ddf4e8ef092 (diff)
Unified edit-type function for the index, compose, and
receive-attachment menus. Mostly by Michael Elkins.
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 56cd89e7..7efd3124 100644
--- a/protos.h
+++ b/protos.h
@@ -138,6 +138,7 @@ void mutt_create_alias (ENVELOPE *, ADDRESS *);
void mutt_decode_attachment (BODY *, STATE *);
void mutt_default_save (char *, size_t, HEADER *);
void mutt_display_address (ENVELOPE *);
+void mutt_edit_content_type (HEADER *, BODY *);
void mutt_edit_file (const char *, const char *);
void mutt_edit_headers (const char *, const char *, HEADER *, char *, size_t);
void mutt_curses_error (const char *, ...);