code simplifications.
[apps/madmutt.git] / protos.h
index 376128f..bbbc684 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -11,6 +11,7 @@
 /* use the m_temp{fd,file} functions instead */
 void mutt_adv_mktemp (const char*, char*, ssize_t) __attribute__((deprecated));
 void mutt_mktemp (char *) __attribute__((deprecated));
+void mutt_exit (int);
 
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')
 
@@ -70,7 +71,6 @@ void mutt_make_help (char *, ssize_t, 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_make_post_indent (CONTEXT * ctx, HEADER * cur, FILE * out);
 void mutt_message_to_7bit (BODY *, FILE *);
 
 void mutt_prepare_envelope (ENVELOPE *, int);