mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied a patch from Gman for building docs applied a patch from Gary
* doc/*: applied a patch from Gman for building docs * valid.c xmllint.c include/libxml/valid.h: applied a patch from Gary Pennington to provide an allocator for xmlValidCtxt * xmlreader.c: applied patch from Jacek Konieczny fixing bug #113580 about data not being passed immediately. Daniel
This commit is contained in:
@@ -127,6 +127,10 @@ typedef xmlIDTable *xmlIDTablePtr;
|
||||
typedef struct _xmlHashTable xmlRefTable;
|
||||
typedef xmlRefTable *xmlRefTablePtr;
|
||||
|
||||
/* Allocate/Release Validation Contexts */
|
||||
xmlValidCtxtPtr xmlNewValidCtxt(void);
|
||||
void xmlFreeValidCtxt(xmlValidCtxtPtr);
|
||||
|
||||
/* Notation */
|
||||
xmlNotationPtr xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
|
||||
xmlDtdPtr dtd,
|
||||
|
Reference in New Issue
Block a user