X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=d097ee6923bf39dce371c94dbb4df7ee234eff6c;hp=46532d01ce7e8fb6689498ca2474959116697af7;hb=2a06362a155582cd59ae2ef6f0df71694a7eede3;hpb=9aae63e2d1cce39bb0928362416a8d17b953ca5e diff --git a/protos.h b/protos.h index 46532d0..d097ee6 100644 --- a/protos.h +++ b/protos.h @@ -19,7 +19,8 @@ #include "mbyte.h" -#include "buffer.h" +#include +#include #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);