aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 16:38:21 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 16:38:21 +0000
commit6d626f1099f3ad47128af21cb339187bf6126c0e (patch)
treee9615d7e2ff455056da800812256902f53b1d0c6 /utils
parentabaeeeb23d179111ed6d3c75bc66d23adc5bb6c9 (diff)
Merged revisions 138845 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r138845 | murf | 2008-08-19 10:31:24 -0600 (Tue, 19 Aug 2008) | 1 line Oops. put a decl in a generated file. My bad, but fixed now. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@138847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/ael_main.c2
-rw-r--r--utils/conf2ael.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 2976bb5ce..55b640dba 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -24,6 +24,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/ael_structs.h"
#include "asterisk/extconf.h"
+struct ast_flags ast_compat = { 7 };
+
/*** MODULEINFO
<depend>res_ael_share</depend>
***/
diff --git a/utils/conf2ael.c b/utils/conf2ael.c
index 7ece70e23..03d7105d6 100644
--- a/utils/conf2ael.c
+++ b/utils/conf2ael.c
@@ -55,6 +55,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/pval.h"
#include "asterisk/extconf.h"
+struct ast_flags ast_compat = { 7 };
const char *ast_config_AST_CONFIG_DIR = "/etc/asterisk"; /* placeholder */
void get_start_stop(unsigned int *word, int bitsperword, int totalbits, int *start, int *end);