aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_features.c b/res/res_features.c
index ebd225f8a..b3013d563 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -2242,7 +2242,7 @@ int unload_module(void)
return ast_unregister_application(parkedcall);
}
-char *description(void)
+const const char *description(void)
{
return "Call Features Resource";
}
@@ -2260,7 +2260,7 @@ int usecount(void)
#endif
}
-char *key()
+const const char *key()
{
return ASTERISK_GPL_KEY;
}