aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-22 18:14:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-22 18:14:09 +0000
commit1c1bb65c72a5485df6d0fac5c7ac4ef62fc5b645 (patch)
tree4e1a12d61306827572c13a568323345bd2b1e88b /include/asterisk/pbx.h
parent896e67dae12f62bdd41f168a00d046e0381da85a (diff)
Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()
(closes issue #12490) Reported by: bcnit Patches: 12490-queuevars-3.diff uploaded by qwell (license 4) Tested by: qwell git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114540 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 56bd83fa5..fa0ceb0d2 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -837,6 +837,7 @@ void pbx_builtin_clear_globals(void);
* \note Will lock the channel.
*/
int pbx_builtin_setvar(struct ast_channel *chan, void *data);
+int pbx_builtin_setvar_multiple(struct ast_channel *chan, void *data);
int pbx_builtin_raise_exception(struct ast_channel *chan, void *data);