X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=9ab5231b44bd4cbf4fa4cccb33004c3750f98c4d;hp=a2b3e9dc3d165f5526c3041541c8c4d6b8b3e8a6;hb=4282401a0bcdc285a228da4ad635cbf7baf71488;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/handler.c b/handler.c index a2b3e9d..9ab5231 100644 --- a/handler.c +++ b/handler.c @@ -23,6 +23,7 @@ #include #include #include +#include #include @@ -41,7 +42,6 @@ #include "attach.h" #include "lib.h" -#include "lib/debug.h" typedef int handler_f (BODY *, STATE *); typedef handler_f *handler_t; @@ -772,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;