summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-09-13 20:51:48 +0000
committerMark Spencer <markster@digium.com>2003-09-13 20:51:48 +0000
commit56f915e783e003d027f0ee4674299080e4d893c8 (patch)
tree0e8008c721582afe7e8954a6be00bdba448be121 /include/asterisk/pbx.h
parentc511b967eda76b558d96754f71f3755e49d39498 (diff)
CLeanup PBX patch and add localtime stuff for saytime (bug #168)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index c2c4878b9..32dfcc127 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -523,6 +523,8 @@ extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char
extern void pbx_builtin_clear_globals(void);
extern void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char *cp2,int count);
+int ast_extension_patmatch(const char *pattern, const char *data);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif