X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=86004f293a0035397eddbf73715f0cb1e1fdc174;hp=55995742f9b37759892ff3014bc7114989e95213;hb=05dc13941fb8fcaf3a95f0d34a3021e3aa73b3f2;hpb=01a3f4d932ddfc7f4a58f820d343f4a6f3b0f824 diff --git a/compose.c b/compose.c index 5599574..86004f2 100644 --- a/compose.c +++ b/compose.c @@ -27,6 +27,7 @@ #include "sort.h" #include "charset.h" #include "mx.h" +#include "compose.h" #ifdef MIXMASTER #include "remailer.h" @@ -36,6 +37,10 @@ #include "nntp.h" #endif +#include "lib/mem.h" +#include "lib/intl.h" +#include "lib/str.h" + #include #include #include @@ -431,10 +436,6 @@ static unsigned long cum_attachs_size (MUTTMENU * menu) return s; } -/* prototype for use below */ -static void compose_status_line (char *buf, size_t buflen, MUTTMENU * menu, - const char *p); - /* * compose_format_str() *