aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_local.c')
-rw-r--r--channels/chan_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 63cf502cd..d994fb908 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -609,12 +609,12 @@ int usecount()
return usecnt;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}
-char *description()
+const char *description()
{
return (char *) desc;
}