X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=da10849406f5df4ab9b1ec86a3ee2317d1aeca83;hp=abe7f65e654fb773011c1dcdab73ca5042450230;hb=91acd32003fb8eb9b3b05b35c1aa32a6c07aad43;hpb=16534e98723674fa391e3fc29d2a07ce419c13dd diff --git a/handler.c b/handler.c index abe7f65..da10849 100644 --- a/handler.c +++ b/handler.c @@ -22,11 +22,9 @@ #include "keymap.h" #include "copy.h" #include "charset.h" -#include +#include "crypt.h" #include "state.h" #include "attach.h" -#include "lib.h" - typedef int handler_f (BODY *, STATE *); typedef handler_f *handler_t;