pub unsafe extern "C" fn svn_fs_get_lock(
lock: *mut *mut svn_lock_t,
fs: *mut svn_fs_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
If @a path is locked in @a fs, set @a *lock to an svn_lock_t which represents the lock, allocated in @a pool.
If @a path is not locked or does not exist in HEAD, set @a *lock to NULL.