Final simplifications of the sidebar module.
[apps/madmutt.git] / protos.h
index d77a9f3..2282b8f 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -65,8 +65,6 @@ void mutt_help (int);
 void mutt_draw_tree (CONTEXT *);
 void mutt_make_attribution (CONTEXT * ctx, HEADER * cur, FILE * out);
 void mutt_make_forward_subject (ENVELOPE * env, CONTEXT * ctx, HEADER * cur);
-void mutt_make_help (char *, ssize_t, const char *, int, int);
-char *mutt_compile_help(char *, ssize_t, int, struct mapping_t *);
 void mutt_make_misc_reply_headers (ENVELOPE * env, CONTEXT * ctx,
                                    HEADER * cur, ENVELOPE * curenv);
 void mutt_message_to_7bit (BODY *, FILE *);
@@ -137,7 +135,7 @@ int mutt_write_fcc (const char *path, HEADER * hdr, const char *msgid, int,
                     char *);
 int mutt_write_mime_body (BODY *, FILE *);
 int mutt_write_mime_header (BODY *, FILE *);
-int mutt_write_rfc822_header (FILE *, ENVELOPE *, BODY *, int, int);
+int mutt_write_rfc822_header (FILE *, ENVELOPE *, BODY *, int);
 void mutt_sleep (short);
 int mutt_save_confirm (const char *, struct stat *);