add -lpthread in the MUTTLIBS
[apps/madmutt.git] / handler.h
index b75d83b..f723f99 100644 (file)
--- a/handler.h
+++ b/handler.h
@@ -11,8 +11,7 @@
 
 #include "state.h"
 
 
 #include "state.h"
 
-void mutt_body_handler (BODY *, STATE *);
+int mutt_body_handler (BODY *, STATE *);
 void mutt_decode_attachment (BODY *, STATE *);
 void mutt_decode_attachment (BODY *, STATE *);
-void mutt_decode_base64 (STATE * s, long len, int istext, iconv_t cd);
 
 #endif /* !_MUTT_HANDLER_H */
 
 #endif /* !_MUTT_HANDLER_H */