summaryrefslogtreecommitdiffstats
path: root/data/mnet/GP10/Host/Common_To_Host/CsuNew/csu_jetrtp.h
blob: 9546eb4d30fbe949de50bb57b7c3f074377d9b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
*******************************************************************
**
** (c) Copyright Cisco 2000
** All Rights Reserved
**
******************************************************************
*/
#ifndef __CSU_JETRTP_H__
#define __CSU_JETRTP_H__

#define HRTPSESSION		HJCRTPSESSION
#define rtpOpen			jcRtpOpen
#define rtpGetPort		jcRtpGetPort
#define rtpSetRemoteAddress	jcRtpSetRemoteAddress
#define rtpSetEventHandler 	jcRtpSetEventHandler
#define rtpWrite 			jcRtpWrite
#define rtpReadEx 		jcRtpReadEx
#define rtpInit			jcRtpInit
//#include "voip\h323api.h"
#include "voip\voipapi.h"

#endif /*__CSU_JETRTP_H__*/