aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 19:30:57 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 19:30:57 +0000
commitbedbd29a7978e3e4ee10770649f2efdeb29346bd (patch)
tree6b9df3628acfee662b454a1f2cdf177aae159293 /pbx.c
parent7a3d9bbdd03f8234b851c8df1fac9f595053b4c2 (diff)
Merged revisions 16192 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r16192 | tilghman | 2006-03-29 13:11:18 -0600 (Wed, 29 Mar 2006) | 2 lines 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/trunk@16193 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 6ab28ba6d..376124fc4 100644
--- a/pbx.c
+++ b/pbx.c
@@ -5709,7 +5709,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') {