1/**@ingroup msg_mime
2 * @IFILE msg_mime_table.c.in
3 *
4 * Template for <msg_mime_table.c>.
5 *
6 * @date Created: Wed Feb 21 11:01:45 2001 ppessi
7 */
8
9/*
10 * This file is part of the Sofia-SIP package
11 *
12 * Copyright (C) 2005 Nokia Corporation.
13 *
14 * Contact: Pekka Pessi <pekka.pessi@nokia.com>
15 *
16 * This library is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU Lesser General Public License
18 * as published by the Free Software Foundation; either version 2.1 of
19 * the License, or (at your option) any later version.
20 *
21 * This library is distributed in the hope that it will be useful, but
22 * WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24 * Lesser General Public License for more details.
25 *
26 * You should have received a copy of the GNU Lesser General Public
27 * License along with this library; if not, write to the Free Software
28 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
29 * 02110-1301 USA
30 *
31 */
32
33/**@ingroup msg_mime
34 *
35 * @CFILE msg_mime_table.c
36 * @brief Parser table used for testing.
37 *
38 * #AUTO#
39 *
40 * This file is generated from template <msg_mime_table.c.in>.
41 *
42 * @author Pekka Pessi <Pekka.Pessi@nokia.com>
43 */
44
45#include "config.h"
46
47#include <stddef.h>
48#include <string.h>
49
50#include <sofia-sip/msg_mime.h>
51#include <sofia-sip/msg_mime_protos.h>
52
53#include <sofia-sip/msg_mclass.h>
54
55#define msg_multipart_extract_body NULL
56
57#define msg_request_class NULL
58#define mp_request mp_common
59
60#define msg_status_class NULL
61#define mp_status  mp_common
62
63#define msg_multipart_update NULL
64
65#define MSG_MULTIPART_HCLASS                                   \
66MSG_HEADER_CLASS(msg_, multipart, NULL, "", mp_common, append, \
67	         msg_multipart, msg_multipart)
68
69
70
71