mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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:
@@ -49,8 +49,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/utils.h"
|
||||
#include "asterisk/lock.h"
|
||||
|
||||
static char *tdesc = "Asterisk ADSI Programming Application";
|
||||
|
||||
static char *app = "ADSIProg";
|
||||
|
||||
static char *synopsis = "Load Asterisk ADSI Scripts into phone";
|
||||
@@ -1588,7 +1586,7 @@ int load_module(void)
|
||||
|
||||
const char *description(void)
|
||||
{
|
||||
return tdesc;
|
||||
return "Asterisk ADSI Programming Application";
|
||||
}
|
||||
|
||||
int usecount(void)
|
||||
@@ -1598,7 +1596,7 @@ int usecount(void)
|
||||
return res;
|
||||
}
|
||||
|
||||
const char *key()
|
||||
const char *key(void)
|
||||
{
|
||||
return ASTERISK_GPL_KEY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user