normalize code preparing for loader changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-04-11 15:19:34 +00:00
parent 68b136c263
commit 7ba1b92a04
9 changed files with 18 additions and 32 deletions

View File

@@ -48,8 +48,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/options.h"
static char *tdesc = "Database Access Functions";
static char *d_descrip =
" DBdel(family/key): This applicaiton will delete a key from the Asterisk\n"
"database.\n";
@@ -169,7 +167,7 @@ int load_module(void)
const char *description(void)
{
return tdesc;
return "Database Access Functions";
}
int usecount(void)
@@ -179,7 +177,7 @@ int usecount(void)
return res;
}
const char *key()
const char *key(void)
{
return ASTERISK_GPL_KEY;
}