aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_channel.c')
-rw-r--r--funcs/func_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index ce6a81e46..8d60f4ccd 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -148,7 +148,7 @@ int load_module(void)
return ast_custom_function_register(&channel_function);
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -158,7 +158,7 @@ int usecount(void)
return 0;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}