X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.h;fp=handler.h;h=b75d83b25b289bab19e0616354a3b098870dda79;hp=0000000000000000000000000000000000000000;hb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed;hpb=000b7ffd7d9cc9cfd9395727227bcbadbe8cdb18 diff --git a/handler.h b/handler.h new file mode 100644 index 0000000..b75d83b --- /dev/null +++ b/handler.h @@ -0,0 +1,18 @@ +/* + * Copyright notice from original mutt: + * Copyright (C) 1996-2000 Michael R. Elkins + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ +#ifndef _MUTT_HANDLER_H +#define _MUTT_HANDLER_H + +#include "state.h" + +void mutt_body_handler (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 */