aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index e66043fa0..5c9e0572e 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2051,7 +2051,7 @@ int load_module(void)
return ast_register_application(app, agi_exec, synopsis, descrip);
}
-char *description(void)
+const const char *description(void)
{
return tdesc;
}
@@ -2063,7 +2063,7 @@ int usecount(void)
return res;
}
-char *key()
+const const char *key()
{
return ASTERISK_GPL_KEY;
}