aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_authenticate.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 15:19:34 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 15:19:34 +0000
commit80782b1b458a7838498f75f00fb6433220d555bb (patch)
treea377a2fb9ebfa83703c632dd910f13c81d6ca01f /apps/app_authenticate.c
parent925620eda55a80810e8b8041bc674a2ff990c43b (diff)
normalize code preparing for loader changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19220 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_authenticate.c')
-rw-r--r--apps/app_authenticate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index f6bb42ece..259789747 100644
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -62,7 +62,6 @@ AST_APP_OPTIONS(auth_app_options, {
AST_APP_OPTION('r', OPT_REMOVE),
});
-static char *tdesc = "Authentication Application";
static char *app = "Authenticate";
@@ -254,7 +253,7 @@ int load_module(void)
const char *description(void)
{
- return tdesc;
+ return "Authentication Application";
}
int usecount(void)
@@ -264,7 +263,7 @@ int usecount(void)
return res;
}
-const char *key()
+const char *key(void)
{
return ASTERISK_GPL_KEY;
}