summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asxparser.h b/asxparser.h
index d3571a8cf7..91b2f7eb88 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -13,5 +13,6 @@ struct _ASX_Parser_t {
ASX_LineSave_t *ret_stack;
int ret_stack_size;
char* last_body;
+ int deep;
};