From a81d9199c6d152d4789217f7c45563e9155dd457 Mon Sep 17 00:00:00 2001 From: "Kasimier T. Buchcik" Date: Fri, 3 Feb 2006 16:37:44 +0000 Subject: [PATCH] Added the xmlDOMWrapCloneNode() to the header file. * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to the header file. --- ChangeLog | 5 +++++ include/libxml/tree.h | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4978f245..c191347d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik + + * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to + the header file. + Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik * tree.c: Added an initial version of xmlDOMWrapCloneNode() to diff --git a/include/libxml/tree.h b/include/libxml/tree.h index bd62d0a8..ee677939 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h @@ -1142,6 +1142,15 @@ XMLPUBFUN int XMLCALL xmlDocPtr doc, xmlNodePtr node, int options); +XMLPUBFUN int XMLCALL + xmlDOMWrapCloneNode (xmlDOMWrapCtxtPtr ctxt, + xmlDocPtr sourceDoc, + xmlNodePtr node, + xmlNodePtr *clonedNode, + xmlDocPtr destDoc, + xmlNodePtr destParent, + int deep, + int options); #ifdef __cplusplus }