summaryrefslogtreecommitdiff
path: root/include/libxml/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/tree.h')
-rw-r--r--include/libxml/tree.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/libxml/tree.h b/include/libxml/tree.h
index bd62d0a..b162574 100644
--- a/include/libxml/tree.h
+++ b/include/libxml/tree.h
@@ -978,10 +978,8 @@ XMLPUBFUN void XMLCALL
/*
* Removing content.
*/
-#ifdef LIBXML_TREE_ENABLED
XMLPUBFUN int XMLCALL
xmlRemoveProp (xmlAttrPtr cur);
-#endif /* LIBXML_TREE_ENABLED */
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
XMLPUBFUN int XMLCALL
xmlUnsetNsProp (xmlNodePtr node,
@@ -1142,6 +1140,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
}