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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 82df57a50..19d928411 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -287,7 +287,7 @@ int ast_unregister_application(const char *app);
* \param exten which extension to get state
* Returns extension state !! = AST_EXTENSION_???
*/
-int ast_extension_state(struct ast_channel *c, char *context, char *exten);
+int ast_extension_state(struct ast_channel *c, const char *context, const char *exten);
/*! Return string of the state of an extension */
/*!