svn_create_commit_info

Function svn_create_commit_info 

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

Allocate an object of type #svn_commit_info_t in @a pool and return it.

The @c revision field of the new struct is set to #SVN_INVALID_REVNUM. All other fields are initialized to @c NULL.

@note Any object of the type #svn_commit_info_t should be created using this function. This is to provide for extending the svn_commit_info_t in the future.

@since New in 1.3.