Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-mime-part-utils.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* camel-mime-part-utils : Utility for mime parsing and so on */
3
4
5 /* 
6  *
7  * Author : 
8  *  Bertrand Guiheneuf <bertrand@helixcode.com>
9  *
10  * Copyright 1999, 2000 Ximian, Inc. (www.ximian.com)
11  *
12  * This program is free software; you can redistribute it and/or 
13  * modify it under the terms of version 2 of the GNU Lesser General Public 
14  * License as published by the Free Software Foundation.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
24  * USA
25  */
26
27 #ifndef CAMEL_MIME_PART_UTILS_H
28 #define CAMEL_MIME_PART_UTILS_H 1
29
30 #include <camel/camel-mime-part.h>
31
32 G_BEGIN_DECLS
33
34 void camel_mime_part_construct_content_from_parser(CamelMimePart *, CamelMimeParser *mp);
35
36 G_END_DECLS
37
38 #endif /*  CAMEL_MIME_PART_UTILS_H  */