Skip to main content

lyd_unlink_tree

Function lyd_unlink_tree 

Source
pub unsafe extern "C" fn lyd_unlink_tree(node: *mut lyd_node) -> Type
Expand description

@brief Unlink the specified data subtree.

@param[in] node Data tree node to be unlinked (together with all the children). @return LYS_SUCCESS on success. @return LY_ERR error on error.