summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 161277efe..301edddf3 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -952,7 +952,9 @@ int pbx_set_extenpatternmatchnew(int newval);
/*! Set "overrideswitch" field. If set and of nonzero length, all contexts
* will be tried directly through the named switch prior to any other
- * matching within that context. */
+ * matching within that context.
+ * \since 1.6.1
+ */
void pbx_set_overrideswitch(const char *newval);
/*!