aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_env.c')
-rw-r--r--funcs/func_env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_env.c b/funcs/func_env.c
index 87bd96ffc..4d8564803 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -158,7 +158,7 @@ int load_module(void)
return res;
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -168,7 +168,7 @@ int usecount(void)
return 0;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}