move more files.
[apps/madmutt.git] / handler.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9 #ifndef _MUTT_HANDLER_H
10 #define _MUTT_HANDLER_H
11
12 #include "state.h"
13
14 int mutt_body_handler (BODY *, STATE *);
15 void mutt_decode_attachment (BODY *, STATE *);
16 void mutt_decode_base64 (STATE * s, long len, int istext, iconv_t cd);
17
18 #endif /* !_MUTT_HANDLER_H */