00001 /* 00002 * h323.h 00003 * 00004 * H.323 protocol handler 00005 * 00006 * Open H323 Library 00007 * 00008 * Copyright (c) 1998-2000 Equivalence Pty. Ltd. 00009 * 00010 * The contents of this file are subject to the Mozilla Public License 00011 * Version 1.0 (the "License"); you may not use this file except in 00012 * compliance with the License. You may obtain a copy of the License at 00013 * http://www.mozilla.org/MPL/ 00014 * 00015 * Software distributed under the License is distributed on an "AS IS" 00016 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00017 * the License for the specific language governing rights and limitations 00018 * under the License. 00019 * 00020 * The Original Code is Open H323 Library. 00021 * 00022 * The Initial Developer of the Original Code is Equivalence Pty. Ltd. 00023 * 00024 * Portions of this code were written with the assisance of funding from 00025 * Vovida Networks, Inc. http://www.vovida.com. 00026 * 00027 * Contributor(s): ______________________________________. 00028 * 00029 * $Revision: 21283 $ 00030 * $Author: rjongbloed $ 00031 * $Date: 2008-10-11 07:10:58 +0000 (Sat, 11 Oct 2008) $ 00032 */ 00033 00034 #ifndef OPAL_H323_H323_H 00035 #define OPAL_H323_H323_H 00036 00037 #include <opal/buildopts.h> 00038 00039 #include <h323/h323ep.h> 00040 #include <h323/h323con.h> 00041 #include <h323/gkclient.h> 00042 #include <opal/buildopts.h> 00043 00044 PString OpalGetVersion(); 00045 unsigned OpalGetMajorVersion(); 00046 unsigned OpalGetMinorVersion(); 00047 unsigned OpalGetBuildNumber(); 00048 00049 00050 #endif // OPAL_H323_H323_H 00051