mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +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:
@@ -35,7 +35,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/app.h"
|
||||
|
||||
|
||||
static char *tdesc = "Answering Machine Detection Application";
|
||||
static char *app = "AMD";
|
||||
static char *synopsis = "Attempts to detect answering machines";
|
||||
static char *descrip =
|
||||
@@ -413,7 +412,7 @@ int reload(void)
|
||||
|
||||
const char *description(void)
|
||||
{
|
||||
return tdesc;
|
||||
return "Answering Machine Detection Application";
|
||||
}
|
||||
|
||||
int usecount(void)
|
||||
@@ -423,7 +422,7 @@ int usecount(void)
|
||||
return res;
|
||||
}
|
||||
|
||||
const char *key()
|
||||
const char *key(void)
|
||||
{
|
||||
return ASTERISK_GPL_KEY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user