normalize code in preparation to module changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19189 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-04-11 10:01:00 +00:00
parent 6b2d947b62
commit 7507309732
6 changed files with 16 additions and 23 deletions

View File

@@ -48,8 +48,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/res_odbc.h"
#include "asterisk/utils.h"
static char *tdesc = "ODBC Configuration";
LOCAL_USER_DECL;
static struct ast_variable *realtime_odbc(const char *database, const char *table, va_list ap)
@@ -527,7 +525,8 @@ int load_module (void)
const char *description(void)
{
return tdesc;
return "ODBC Configuration";
}
int usecount (void)
@@ -536,7 +535,7 @@ int usecount (void)
return 1;
}
const char *key()
const char *key(void)
{
return ASTERISK_GPL_KEY;
}