aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:16:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:16:34 +0000
commitc70f89e9c8742b78fcaf274a8061c1674054c663 (patch)
tree816d5b94316a62d0f8993a2e892418f2efb6cdd7 /res/res_agi.c
parente4880150b1746ede7bd3c9e0f8fb88901a8c562b (diff)
a few cleanups from the last commit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18572 f38db490-d61c-443f-a65b-d21fe96a405b
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 5c9e0572e..8ff47e261 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);
}
-const const char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -2063,7 +2063,7 @@ int usecount(void)
return res;
}
-const const char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}