From 373900b6835ce968f698a79282c1a4fcac091e25 Mon Sep 17 00:00:00 2001 From: twilson Date: Wed, 17 Mar 2010 16:25:52 +0000 Subject: Revert API change in release branches This re-renames ast_rtp_update_source to ast_rtp_new_source git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@253158 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h index e7c80c58a..aa38ee0fa 100644 --- a/include/asterisk/rtp.h +++ b/include/asterisk/rtp.h @@ -217,7 +217,7 @@ int ast_rtp_sendcng(struct ast_rtp *rtp, int level); int ast_rtp_setqos(struct ast_rtp *rtp, int tos, int cos, char *desc); /*! \brief Indicate that we need to set the marker bit */ -void ast_rtp_update_source(struct ast_rtp *rtp); +void ast_rtp_new_source(struct ast_rtp *rtp); /*! \brief Indicate that we need to set the marker bit and change the ssrc */ void ast_rtp_change_source(struct ast_rtp *rtp); -- cgit v1.2.3