OPAL  Version 3.18.8
zrtpudp.h
Go to the documentation of this file.
1 /*
2  * zrtpudp.h
3  *
4  * ZRTP protocol handler
5  *
6  * OPAL Library
7  *
8  * Copyright (C) 2006 Post Increment
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 OPAL Library.
21  *
22  * The Initial Developer of the Original Code is Post Increment
23  *
24  * Contributor(s): ______________________________________.
25  */
26 
27 #ifndef OPAL_RTP_ZRTPUDP_H
28 #define OPAL_RTP_ZRTPUDP_H
29 
30 #ifdef P_USE_PRAGMA
31 #pragma interface
32 #endif
33 
34 #include <ptlib.h>
35 
36 #include <opal_config.h>
37 #include <opal/rtpconn.h>
38 
39 #endif // OPAL_RTP_ZRTPUDP_H