OPAL  Version 3.14.3
iax2.h
Go to the documentation of this file.
1 /*
2  *
3  * Inter Asterisk Exchange 2
4  *
5  * Base include file of iax.
6  *
7  * Open Phone Abstraction Library (OPAL)
8  *
9  * Copyright (c) 2005 Indranet Technologies 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 Indranet Technologies Ltd.
24  *
25  * The author of this code is Derek J Smithies
26  *
27  *
28  * Contributor(s): ______________________________________.
29  *
30  * $Revision: 29536 $
31  * $Author: rjongbloed $
32  * $Date: 2013-04-19 18:55:15 +1000 (Fri, 19 Apr 2013) $
33  */
34 
35 #ifndef OPAL_IAX2_IAX2_H
36 #define OPAL_IAX2_IAX2_H
37 
38 #include <opal_config.h>
39 
40 #if OPAL_IAX2
41 
42 #include <iax2/iax2ep.h>
43 #include <iax2/iax2con.h>
44 
45 #endif // OPAL_IAX2
46 
47 #endif // OPAL_IAX2_IAX2_H
48 
49 
50 // End of File ///////////////////////////////////////////////////////////////