pub unsafe extern "C" fn svn_ra_get_locks(
session: *mut svn_ra_session_t,
locks: *mut *mut apr_hash_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_ra_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.