AEL minor fixes (bug #4539)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-06-17 12:53:26 +00:00
parent 9e12e429f6
commit 3ba6894cd5

View File

@@ -26,6 +26,8 @@
#include "asterisk/cli.h"
#include "asterisk/callerid.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
struct stringlink {
struct stringlink *next;
unsigned char data[0];
@@ -57,7 +59,7 @@ static void FREE(void *ptr)
static int aeldebug = 0;
static char *dtext = "Asterisk Extension Logic Compiler";
static char *dtext = "Asterisk Extension Language Compiler";
static char *config = "extensions.ael";
static char *registrar = "pbx_ael";