svn_wc_conflict_description_create_tree

Function svn_wc_conflict_description_create_tree 

Source
pub unsafe extern "C" fn svn_wc_conflict_description_create_tree(
    path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    node_kind: svn_node_kind_t,
    operation: svn_wc_operation_t,
    src_left_version: *mut svn_wc_conflict_version_t,
    src_right_version: *mut svn_wc_conflict_version_t,
    pool: *mut apr_pool_t,
) -> *mut svn_wc_conflict_description_t
Expand description

Similar to svn_wc_conflict_description_create_tree(), but returns a #svn_wc_conflict_description_t *.

@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.