X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=handler.c;h=9ab5231b44bd4cbf4fa4cccb33004c3750f98c4d;hb=10e80e482eff3762b0b8d41b0c7795b76704479c;hp=a693fe6acfce0fcd1c6397db8954013861dfb930;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;p=apps%2Fmadmutt.git diff --git a/handler.c b/handler.c index a693fe6..9ab5231 100644 --- a/handler.c +++ b/handler.c @@ -23,13 +23,15 @@ #include #include #include +#include #include +#include + #include "mutt.h" #include "recvattach.h" #include "handler.h" -#include "mutt_curses.h" #include "rfc1524.h" #include "rfc3676.h" #include "keymap.h" @@ -40,7 +42,6 @@ #include "attach.h" #include "lib.h" -#include "lib/debug.h" typedef int handler_f (BODY *, STATE *); typedef handler_f *handler_t; @@ -771,7 +772,7 @@ static int alternative_handler (BODY * a, STATE * s) { BODY *choice = NULL; BODY *b; - LIST *t; + string_list_t *t; char buf[STRING]; int type = 0; int mustfree = 0;