summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-09 06:00:18 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-09 06:00:18 +0000
commit32b4c314f95fc51e6ed65e7f646b35affd1a2eb8 (patch)
tree55b729e56a44996fffed585a06617bfd8b0602ac /include/asterisk/config.h
parentd50ea0e9d465ea8eaf09844660d597f4291cab7c (diff)
Sun Mar 9 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;