aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_channelredirect.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_channelredirect.c')
-rw-r--r--apps/app_channelredirect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index 00849302e..2849768a5 100644
--- a/apps/app_channelredirect.c
+++ b/apps/app_channelredirect.c
@@ -137,7 +137,7 @@ int load_module(void)
return ast_register_application(app, asyncgoto_exec, synopsis, descrip);
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -151,7 +151,7 @@ int usecount(void)
return res;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}