aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rw-r--r--apps/app_skel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 0dd62f3e1..25a431182 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -142,7 +142,7 @@ int reload(void)
return 0;
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -156,7 +156,7 @@ int usecount(void)
return res;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}