diff options
Diffstat (limited to 'include/libxml/schemasInternals.h')
| -rw-r--r-- | include/libxml/schemasInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/schemasInternals.h b/include/libxml/schemasInternals.h index 54e8fb37..3cf3ff62 100644 --- a/include/libxml/schemasInternals.h +++ b/include/libxml/schemasInternals.h @@ -342,6 +342,7 @@ struct _xmlSchema { xmlHashTablePtr schemasImports; void *_private; /* unused by the library for users or bindings */ + xmlHashTablePtr groupDecl; }; void xmlSchemaFreeType (xmlSchemaTypePtr type); |
