1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

schemas: Make ValidateStream take a const SAXHandler

This commit is contained in:
Nick Wellnhofer
2025-01-17 16:00:05 +01:00
parent d39e5714b0
commit e41941109d
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ XMLPUBFUN int
xmlSchemaValidateStream (xmlSchemaValidCtxtPtr ctxt,
xmlParserInputBufferPtr input,
xmlCharEncoding enc,
xmlSAXHandlerPtr sax,
const xmlSAXHandler *sax,
void *user_data);
XMLPUBFUN int
xmlSchemaValidateFile (xmlSchemaValidCtxtPtr ctxt,