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