aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_uri.c')
-rw-r--r--funcs/func_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_uri.c b/funcs/func_uri.c
index 065db5bd7..e39ee6001 100644
--- a/funcs/func_uri.c
+++ b/funcs/func_uri.c
@@ -100,7 +100,7 @@ int load_module(void)
|| ast_custom_function_register(&urlencode_function);
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -110,7 +110,7 @@ int usecount(void)
return 0;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}