OPAL  Version 3.14.3
h323.h
Go to the documentation of this file.
1 /*
2  * h323.h
3  *
4  * H.323 protocol handler
5  *
6  * Open H323 Library
7  *
8  * Copyright (c) 1998-2000 Equivalence Pty. Ltd.
9  *
10  * The contents of this file are subject to the Mozilla Public License
11  * Version 1.0 (the "License"); you may not use this file except in
12  * compliance with the License. You may obtain a copy of the License at
13  * http://www.mozilla.org/MPL/
14  *
15  * Software distributed under the License is distributed on an "AS IS"
16  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17  * the License for the specific language governing rights and limitations
18  * under the License.
19  *
20  * The Original Code is Open H323 Library.
21  *
22  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
23  *
24  * Portions of this code were written with the assisance of funding from
25  * Vovida Networks, Inc. http://www.vovida.com.
26  *
27  * Contributor(s): ______________________________________.
28  *
29  * $Revision: 29536 $
30  * $Author: rjongbloed $
31  * $Date: 2013-04-19 18:55:15 +1000 (Fri, 19 Apr 2013) $
32  */
33 
34 #ifndef OPAL_H323_H323_H
35 #define OPAL_H323_H323_H
36 
37 #include <opal_config.h>
38 
39 #include <h323/h323ep.h>
40 #include <h323/h323con.h>
41 #include <h323/gkclient.h>
42 #include <opal_config.h>
43 
44 PString OpalGetVersion();
45 unsigned OpalGetMajorVersion();
46 unsigned OpalGetMinorVersion();
47 unsigned OpalGetBuildNumber();
48 
49 
50 #endif // OPAL_H323_H323_H
51