aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-20 16:24:20 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-20 16:24:20 +0000
commit05cd25cfcf9090d6f02d26b80a755633d64d1420 (patch)
tree4b48788a0f15c2582495bb913a2f56eb39c87c8f /include
parentbe5ed166f161c136fe98ee6a64f08573c417277e (diff)
Remove symbols I just added to main/asterisk.exports and instead rename the functions.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@183554 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/rtp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 19b98c30d..c42906a06 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -402,10 +402,10 @@ void ast_rtp_set_rtptimers_onhold(struct ast_rtp *rtp);
* \param num_gen number of redundant generations, primary data excluded
* \since 1.6.1
*/
-int rtp_red_init(struct ast_rtp *rtp, int ti, int *pt, int num_gen);
+int ast_rtp_red_init(struct ast_rtp *rtp, int ti, int *pt, int num_gen);
/*! \brief Buffer t.140 data */
-void red_buffer_t140(struct ast_rtp *rtp, struct ast_frame *f);
+void ast_red_buffer_t140(struct ast_rtp *rtp, struct ast_frame *f);