Skip to main content

svn_io_unlock_open_file

Function svn_io_unlock_open_file 

Source
pub unsafe extern "C" fn svn_io_unlock_open_file(
    lockfile_handle: *mut apr_file_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand 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.