summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-03-22 21:25:22 +0000
committerJonathan Rose <jrose@digium.com>2012-03-22 21:25:22 +0000
commitc6979ff581f9f15ce96b3052863d0ac35f4cd387 (patch)
treebf7edd778a85a1587a1e17c6a34e03d46df7d478 /include/asterisk/utils.h
parentc5b3db1956a3db2446b0310b3a7d59961fe3e089 (diff)
Adds F option to Bridge application
Similar to dial and queue F option. (Closes issue ASTERISK-19282) Reported by: To Patches: bridge_f-v3.diff uploaded by To (license 6347) Review: https://reviewboard.asterisk.org/r/1825/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/utils.h')
-rw-r--r--include/asterisk/utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index e3b98435a..c33f42322 100644
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -429,6 +429,12 @@ int ast_pthread_create_detached_stack(pthread_t *thread, pthread_attr_t *attr, v
/* End of thread management support */
/*!
+ \brief Replace '^' in a string with ','
+ \param s String within which to replace characters
+*/
+void ast_replace_subargument_delimiter(char *s);
+
+/*!
\brief Process a string to find and replace characters
\param start The string to analyze
\param find The character to find