[svn-commits] branch oej/securertp-trunk r32522 -
/team/oej/securertp-trunk/include/asterisk/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Jun 6 02:31:36 MST 2006
Author: oej
Date: Tue Jun 6 04:31:36 2006
New Revision: 32522
URL: http://svn.digium.com/view/asterisk?rev=32522&view=rev
Log:
**** THIS NEEDS TESTING ****
Modified:
team/oej/securertp-trunk/include/asterisk/rtp.h
Modified: team/oej/securertp-trunk/include/asterisk/rtp.h
URL: http://svn.digium.com/view/asterisk/team/oej/securertp-trunk/include/asterisk/rtp.h?rev=32522&r1=32521&r2=32522&view=diff
==============================================================================
--- team/oej/securertp-trunk/include/asterisk/rtp.h (original)
+++ team/oej/securertp-trunk/include/asterisk/rtp.h Tue Jun 6 04:31:36 2006
@@ -63,7 +63,6 @@
};
typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void *data);
-
/*!
* \brief Structure representing a RTP session.
@@ -130,7 +129,6 @@
int inbound);
};
-typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void *data);
/*! \brief The value of each payload format mapping: */
struct rtpPayloadType {
More information about the svn-commits
mailing list