OPAL  Version 3.18.8
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 
31 #ifndef OPAL_IAX2_IAX2_H
32 #define OPAL_IAX2_IAX2_H
33 
34 #include <opal_config.h>
35 
36 #if OPAL_IAX2
37 
38 #include <iax2/iax2ep.h>
39 #include <iax2/iax2con.h>
40 
41 #endif // OPAL_IAX2
42 
43 #endif // OPAL_IAX2_IAX2_H
44 
45 
46 // End of File ///////////////////////////////////////////////////////////////