summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-07-11 21:01:09 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-07-11 21:01:09 +0000
commitf5a1058316c1529f11dc22562286afa39fe78eec (patch)
tree1655c50df4cc22dd2b4b4af200414573eec80c04 /include
parent043a71ee76fbecd15fd19376e927d5611eea2ed8 (diff)
Fix bridge tech write callback parameter name.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/bridging_technology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/bridging_technology.h b/include/asterisk/bridging_technology.h
index bc4326384..4e680679e 100644
--- a/include/asterisk/bridging_technology.h
+++ b/include/asterisk/bridging_technology.h
@@ -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. */