aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_shell.c')
-rw-r--r--funcs/func_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_shell.c b/funcs/func_shell.c
index fc155e9b3..b2557fba9 100644
--- a/funcs/func_shell.c
+++ b/funcs/func_shell.c
@@ -39,7 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/app.h"
-static int shell_helper(struct ast_channel *chan, char *cmd, char *data,
+static int shell_helper(struct ast_channel *chan, const char *cmd, char *data,
char *buf, size_t len)
{
if (ast_strlen_zero(data)) {