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