mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Remove symbols I just added to main/asterisk.exports and instead rename the functions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@183554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user