summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/config.h')
-rwxr-xr-xinclude/asterisk/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index ff7ad4539..b6875049b 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -30,6 +30,7 @@ struct ast_variable {
char *value;
int lineno;
int object; /* 0 for variable, 1 for object */
+ int blanklines; /* Number of blanklines following entry */
struct ast_comment *precomments;
struct ast_comment *sameline;
struct ast_variable *next;