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