1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-29 21:46:59 +03:00

added fix to the header Daniel

* include/libxml/tree.h: added fix to the header
Daniel
This commit is contained in:
Daniel Veillard 2001-08-28 21:07:03 +00:00
parent 3ec4c618bf
commit 2ebd7a7a02
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
* tree.c: applied patch from Armin Sander to make some pointers
const in xmlCopyNode()
* include/libxml/tree.h: added fix to the header
Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>

View File

@ -610,7 +610,7 @@ xmlNodePtr xmlNewCharRef (xmlDocPtr doc,
const xmlChar *name);
xmlNodePtr xmlNewReference (xmlDocPtr doc,
const xmlChar *name);
xmlNodePtr xmlCopyNode (xmlNodePtr node,
xmlNodePtr xmlCopyNode (const xmlNodePtr node,
int recursive);
xmlNodePtr xmlDocCopyNode (xmlNodePtr node,
xmlDocPtr doc,