summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-12 13:59:15 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-12 13:59:15 +0000
commit2bd936105e72e2dcc1f847a28f04b2538e83020f (patch)
tree9345a8b61da436462f1b95c568b836a0e4174e6a /include/asterisk/pbx.h
parentd2f186de49f1a4d7d7d2c7b3e6939aae945f02e9 (diff)
mer feb 12 14:56:57 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 8e18bbc97..f6034b61e 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -435,6 +435,10 @@ struct ast_ignorepat *ast_walk_context_ignorepats(struct ast_context *con,
struct ast_ignorepat *ip);
struct ast_sw *ast_walk_context_switches(struct ast_context *con, struct ast_sw *sw);
+extern char *pbx_builtin_getvar_helper(struct ast_channel *chan, char *name);
+extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value);
+extern void pbx_builtin_clear_globals(void);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif