aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 19:11:18 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 19:11:18 +0000
commite962427b3a5b97cc46e6cf41f49992907f7c52ec (patch)
treef852388a54f6fccb200371b97be342a65ac60440 /pbx.c
parent13e6bfefc1dfd8b09a11d316cbf8ee0603120483 (diff)
Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16192 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index d1da3a498..4546881c9 100644
--- a/pbx.c
+++ b/pbx.c
@@ -6107,7 +6107,7 @@ void pbx_builtin_clear_globals(void)
ast_mutex_unlock(&globalslock);
}
-static int pbx_checkcondition(char *condition)
+int pbx_checkcondition(char *condition)
{
if (condition) {
if (*condition == '\0') {