mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user