aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 16:31:24 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 16:31:24 +0000
commiteb6f2fbf21357c2de5e31c3770cc6b97e5cc58ca (patch)
treead5655ec242b6e0712d259934cc8ed72e9bb1810 /utils
parentf54f15ed0041d61f2d4385eb53b5f4576ca121c3 (diff)
Oops. put a decl in a generated file. My bad, but fixed now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138845 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 7699e07a8..6ef84cbcf 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 d2251a41e..705932a09 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);