Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / libosip2 / include / osipparser2 / osip_headers.h
1 /*
2   The oSIP library implements the Session Initiation Protocol (SIP -rfc2543-)
3   Copyright (C) 2001  Aymeric MOIZARD jack@atosc.org
4   
5   This library is free software; you can redistribute it and/or
6   modify it under the terms of the GNU Lesser General Public
7   License as published by the Free Software Foundation; either
8   version 2.1 of the License, or (at your option) any later version.
9   
10   This library is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Lesser General Public License for more details.
14   
15   You should have received a copy of the GNU Lesser General Public
16   License along with this library; if not, write to the Free Software
17   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 */
19
20
21
22 #ifndef _OSIP_HEADERS_H_
23 #define _OSIP_HEADERS_H_
24
25 #include <osipparser2/osip_port.h>
26 #include <osipparser2/osip_const.h>
27 #include <osipparser2/osip_uri.h>
28
29 #include <osipparser2/headers/osip_header.h>
30 #include <osipparser2/headers/osip_accept.h>
31 #include <osipparser2/headers/osip_accept_encoding.h>
32 #include <osipparser2/headers/osip_accept_language.h>
33 #include <osipparser2/headers/osip_alert_info.h>
34 #include <osipparser2/headers/osip_allow.h>
35 #include <osipparser2/headers/osip_authorization.h>
36 #include <osipparser2/headers/osip_call_id.h>
37 #include <osipparser2/headers/osip_call_info.h>
38 #include <osipparser2/headers/osip_contact.h>
39 #include <osipparser2/headers/osip_content_disposition.h>
40 #include <osipparser2/headers/osip_content_encoding.h>
41 #include <osipparser2/headers/osip_content_length.h>
42 #include <osipparser2/headers/osip_content_type.h>
43 #include <osipparser2/headers/osip_cseq.h>
44 #include <osipparser2/headers/osip_error_info.h>
45 #include <osipparser2/headers/osip_from.h>
46 #include <osipparser2/headers/osip_mime_version.h>
47 #include <osipparser2/headers/osip_proxy_authenticate.h>
48 #include <osipparser2/headers/osip_proxy_authorization.h>
49 #include <osipparser2/headers/osip_record_route.h>
50 #include <osipparser2/headers/osip_route.h>
51 #include <osipparser2/headers/osip_to.h>
52 #include <osipparser2/headers/osip_via.h>
53 #include <osipparser2/headers/osip_www_authenticate.h>
54
55 /**
56  * @file osip_headers.h
57  * @brief oSIP osip_headers definition.
58  */
59
60 /**
61  * @defgroup oSIP_HEADERS oSIP headers definitions
62  * @ingroup oSIP
63  * @{
64  */
65
66 /** @} */
67
68 #endif