pub unsafe extern "C" fn svn_wc_conflict_version_create(
repos_url: *const c_char,
path_in_repos: *const c_char,
peg_rev: svn_revnum_t,
node_kind: svn_node_kind_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_conflict_version_t
Expand description
Similar to svn_wc_conflict_version_create2(), but doesn’t set all required values.
@since New in 1.6. @deprecated Provided for backward compatibility with the 1.7 API.