svn_client_commit_item3_create

Function svn_client_commit_item3_create 

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

Return a new commit item object, allocated in @a pool.

In order to avoid backwards compatibility problems, this function is used to initialize and allocate the #svn_client_commit_item3_t structure rather than doing so explicitly, as the size of this structure may change in the future.

@since New in 1.6.