summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/bridge_features.h')
-rw-r--r--include/asterisk/bridge_features.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asterisk/bridge_features.h b/include/asterisk/bridge_features.h
index 2f89be9b2..dddc9b043 100644
--- a/include/asterisk/bridge_features.h
+++ b/include/asterisk/bridge_features.h
@@ -722,6 +722,14 @@ int ast_bridge_features_set_limits(struct ast_bridge_features *features, struct
void ast_bridge_features_set_flag(struct ast_bridge_features *features, unsigned int flag);
/*!
+ * \brief Merge one ast_bridge_features into another
+ *
+ * \param into The ast_bridge_features that will be merged into
+ * \param from The ast_bridge_features that will be merged from
+ */
+void ast_bridge_features_merge(struct ast_bridge_features *into, const struct ast_bridge_features *from);
+
+/*!
* \brief Initialize bridge features structure
*
* \param features Bridge featues structure