OPAL  Version 3.14.3
sip.h
Go to the documentation of this file.
1 /*
2  * sip.h
3  *
4  * Session Initiation Protocol support.
5  *
6  * Open Phone Abstraction Library (OPAL)
7  * Formally known as the Open H323 project.
8  *
9  * Copyright (c) 2001 Equivalence Pty. Ltd.
10  *
11  * The contents of this file are subject to the Mozilla Public License
12  * Version 1.0 (the "License"); you may not use this file except in
13  * compliance with the License. You may obtain a copy of the License at
14  * http://www.mozilla.org/MPL/
15  *
16  * Software distributed under the License is distributed on an "AS IS"
17  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
18  * the License for the specific language governing rights and limitations
19  * under the License.
20  *
21  * The Original Code is Open Phone Abstraction Library.
22  *
23  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24  *
25  * Contributor(s): ______________________________________.
26  *
27  * $Revision: 29536 $
28  * $Author: rjongbloed $
29  * $Date: 2013-04-19 18:55:15 +1000 (Fri, 19 Apr 2013) $
30  */
31 
32 #ifndef OPAL_SIP_SIP_H
33 #define OPAL_SIP_SIP_H
34 
35 #include <opal_config.h>
36 
37 #if OPAL_SIP
38 
39 #include <sip/sipep.h>
40 #include <sip/sipcon.h>
41 
42 
43 #endif // OPAL_SIP
44 
45 #endif // OPAL_SIP_SIP_H
46 
47 
48 // End of File ///////////////////////////////////////////////////////////////