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