aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_indications.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_indications.c')
-rw-r--r--res/res_indications.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_indications.c b/res/res_indications.c
index cb3a766ec..38657535b 100644
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -400,7 +400,7 @@ int reload(void)
return ind_load_module();
}
-char *description(void)
+const const char *description(void)
{
/* that the following cast is needed, is yuk! */
return (char*)dtext;
@@ -411,7 +411,7 @@ int usecount(void)
return 0;
}
-char *key()
+const const char *key()
{
return ASTERISK_GPL_KEY;
}