summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-24 03:07:08 +0000
committerMark Spencer <markster@digium.com>2004-11-24 03:07:08 +0000
commit8f2b687a9523730a0bd9a3506f930c8569e1ef4c (patch)
treebcd0e0ca1d561867119d44cfffd88075bea9671e /include/asterisk
parent2a1bf5efd9ffc6f7d88615b50322759727fa0a1d (diff)
Make realtime pbx understand patterns.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/pbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 37c72d6c9..aebf7abbc 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -356,7 +356,7 @@ int ast_matchmore_extension(struct ast_channel *c, const char *context, const ch
* Returns 1 on match, 0 on failure
*/
int ast_extension_match(const char *pattern, const char *extension);
-
+int ast_extension_close(const char *pattern, const char *data, int needmore);
//! Launch a new extension (i.e. new stack)
/*!
* \param c not important