Skip to content
Snippets Groups Projects
Commit f5a10583 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Fix bridge tech write callback parameter name.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 043a71ee
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ struct ast_bridge_technology {
*
* \note On entry, bridge is already locked.
*/
int (*write)(struct ast_bridge *bridge, struct ast_bridge_channel *bridged_channel, struct ast_frame *frame);
int (*write)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame);
/*! Formats that the bridge technology supports */
struct ast_format_cap *format_capabilities;
/*! TRUE if the bridge technology is currently suspended. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment