begin to work on a lib-mime that will hold most of the MIME related stuff.
[apps/madmutt.git] / protos.h
index c650c62..d097ee6 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -19,6 +19,9 @@
 
 #include "mbyte.h"
 
+#include <lib-lib/buffer.h>
+#include <lib-lib/mapping.h>
+
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')
 
 #define mutt_make_string(A,B,C,D,E) _mutt_make_string(A,B,C,D,E,0)
@@ -148,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);