X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=86004f293a0035397eddbf73715f0cb1e1fdc174;hp=31a72ecb7d696b740390d7417cb211cbc3c5c054;hb=fa7f733a61a6fe3143198791ab470ddf4d08fdbe;hpb=74a2265af51ce89bca845adc1d68f273c9933c13 diff --git a/compose.c b/compose.c index 31a72ec..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" @@ -435,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() *