summaryrefslogtreecommitdiff
path: root/src/libs/libxml2-2.6.31/include/libxml/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libxml2-2.6.31/include/libxml/parser.h')
-rw-r--r--src/libs/libxml2-2.6.31/include/libxml/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/libxml2-2.6.31/include/libxml/parser.h b/src/libs/libxml2-2.6.31/include/libxml/parser.h
index fa700bb7..694ec238 100644
--- a/src/libs/libxml2-2.6.31/include/libxml/parser.h
+++ b/src/libs/libxml2-2.6.31/include/libxml/parser.h
@@ -299,6 +299,7 @@ struct _xmlParserCtxt {
xmlParserMode parseMode; /* the parser mode */
unsigned long nbentities; /* number of entities references */
unsigned long sizeentities; /* size of parsed entities */
+ unsigned long sizeentcopy; /* volume of entity copy */
};
/**