aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_db.c')
-rw-r--r--apps/app_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_db.c b/apps/app_db.c
index 665d96a1a..963eaaa77 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -167,7 +167,7 @@ int load_module(void)
return retval;
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -179,7 +179,7 @@ int usecount(void)
return res;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}