aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index fbfdd199d..fa7a978fb 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -4115,7 +4115,7 @@ int ast_tonepair(struct ast_channel *chan, int freq1, int freq2, int duration, i
return 0;
}
-ast_group_t ast_get_group(char *s)
+ast_group_t ast_get_group(const char *s)
{
char *piece;
char *c;