pub unsafe extern "C" fn svn_repos_fs_get_locks(
locks: *mut *mut apr_hash_t,
repos: *mut svn_repos_t,
path: *const c_char,
authz_read_func: svn_repos_authz_func_t,
authz_read_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_fs_get_locks2(), but with @a depth always passed as svn_depth_infinity.
@since New in 1.2. @deprecated Provided for backward compatibility with the 1.6 API.