begin to work on a lib-mime that will hold most of the MIME related stuff.
[apps/madmutt.git] / protos.h
index 52f0de8..d097ee6 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -20,6 +20,7 @@
 #include "mbyte.h"
 
 #include <lib-lib/buffer.h>
+#include <lib-lib/mapping.h>
 
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')
 
@@ -150,6 +151,7 @@ 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 *, size_t, char *, int, int);
+char *mutt_compile_help(char *, size_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);