pub unsafe extern "C" fn lyd_diff_merge_all(
diff: *mut *mut lyd_node,
src_diff: *const lyd_node,
options: u16,
) -> TypeExpand description
@brief Merge 2 diffs into each other.
Details are mentioned in ::lyd_diff_merge_module().
@param[in,out] diff Target diff to merge into. @param[in] src_diff Source diff. @param[in] options Bitmask of options flags, see @ref diffmergeoptions. @return LY_SUCCESS on success, @return LY_ERR on error.