00001 /* 00002 * zrtpudp.h 00003 * 00004 * ZRTP protocol handler 00005 * 00006 * OPAL Library 00007 * 00008 * Copyright (C) 2006 Post Increment 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 OPAL Library. 00021 * 00022 * The Initial Developer of the Original Code is Post Increment 00023 * 00024 * Contributor(s): ______________________________________. 00025 * 00026 * $Revision: 22675 $ 00027 * $Author: rjongbloed $ 00028 * $Date: 2009-05-20 04:23:29 +0000 (Wed, 20 May 2009) $ 00029 */ 00030 00031 #ifndef OPAL_RTP_ZRTPUDP_H 00032 #define OPAL_RTP_ZRTPUDP_H 00033 00034 #ifdef P_USE_PRAGMA 00035 #pragma interface 00036 #endif 00037 00038 #include <ptlib.h> 00039 00040 #include <opal/buildopts.h> 00041 #include <opal/rtpconn.h> 00042 00043 #endif // OPAL_RTP_ZRTPUDP_H