aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 46fc99392..54e464cbe 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -806,6 +806,11 @@ static int ext_cmp(const char *a, const char *b)
return (ret > 0) ? 1 : -1;
}
+int ast_extension_cmp(const char *a, const char *b)
+{
+ return ext_cmp(a, b);
+}
+
/*!
* \internal
* \brief used ast_extension_{match|close}