pub unsafe extern "C" fn svn_io_unlock_open_file(
lockfile_handle: *mut apr_file_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Unlock the file @a lockfile_handle.
Use @a pool for memory allocations. @a pool must be the pool that was passed to svn_io_lock_open_file().
@since New in 1.8.