aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_rand.c')
-rw-r--r--funcs/func_rand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_rand.c b/funcs/func_rand.c
index af5e73a94..053bcf524 100644
--- a/funcs/func_rand.c
+++ b/funcs/func_rand.c
@@ -106,7 +106,7 @@ int load_module(void)
return ast_custom_function_register(&acf_rand);
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -116,7 +116,7 @@ int usecount(void)
return 0;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}