svn_fs_lock_target_create

Function svn_fs_lock_target_create 

Source
pub unsafe extern "C" fn svn_fs_lock_target_create(
    token: *const c_char,
    current_rev: svn_revnum_t,
    result_pool: *mut apr_pool_t,
) -> *mut svn_fs_lock_target_t
Expand description

Create an svn_fs_lock_target_t allocated in @a result_pool. @a token can be NULL and @a current_rev can be SVN_INVALID_REVNUM.

The @a token is not duplicated and so must have a lifetime at least as long as the returned target object.

@since New in 1.9.