mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
Removed last dependency on the obsolete enum xmlSchemaValidError.
* xmlschemas.c: Removed last dependency on the obsolete enum xmlSchemaValidError.
This commit is contained in:
parent
d0271473ab
commit
dfbc33a1f0
@ -1,3 +1,8 @@
|
||||
Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.ne>
|
||||
|
||||
* xmlschemas.c: Removed last dependency on the obsolete enum
|
||||
xmlSchemaValidError.
|
||||
|
||||
Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
|
||||
|
@ -581,7 +581,7 @@ struct _xmlSchemaParserCtxt {
|
||||
void *errCtxt; /* user specific error context */
|
||||
xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
|
||||
xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
|
||||
xmlSchemaValidError err;
|
||||
int err;
|
||||
int nberrors;
|
||||
xmlStructuredErrorFunc serror;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user