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