svn_lock_create

Function svn_lock_create 

Source
pub unsafe extern "C" fn svn_lock_create(
    pool: *mut apr_pool_t,
) -> *mut svn_lock_t
Expand description

Returns an #svn_lock_t, allocated in @a pool with all fields initialized to NULL values.

@note To allow for extending the #svn_lock_t structure in the future releases, this function should always be used to allocate the structure.

@since New in 1.2.