pub unsafe extern "C" fn svn_client_uuid_from_path(
uuid: *mut *const c_char,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_uuid_from_path2(), but with a relative path and an access baton.
@deprecated Provided for backward compatibility with the 1.6 API.