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