Rocco Rutte:
[apps/madmutt.git] / rfc2231.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.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
10 void rfc2231_decode_parameters (PARAMETER **);
11 int rfc2231_encode_string (char **);