diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-06-02 16:58:46 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-06-02 16:58:46 +0000 |
| commit | a84c0b30c411afe3b55e84ecce99ba0d42c39e3e (patch) | |
| tree | 1dcf860021c4a9c33b3629ccc093f642dac9618e /include | |
| parent | 8caa9c2c9788c7d9d6fd6d87e4be64b32b22c68a (diff) | |
| download | android_external_libxml2-a84c0b30c411afe3b55e84ecce99ba0d42c39e3e.tar.gz android_external_libxml2-a84c0b30c411afe3b55e84ecce99ba0d42c39e3e.tar.bz2 android_external_libxml2-a84c0b30c411afe3b55e84ecce99ba0d42c39e3e.zip | |
commiting some work done while in the Maldives (hence the timezone on the
* relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
some work done while in the Maldives (hence the timezone on the
laptop !)
* result/schemas/length3* test/schemas/deter0_*
test/schemas/group0_*: some tests added too
Daniel
Diffstat (limited to 'include')
| -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); |
