svn_repos_path_change_create

Function svn_repos_path_change_create 

Source
pub unsafe extern "C" fn svn_repos_path_change_create(
    result_pool: *mut apr_pool_t,
) -> *mut svn_repos_path_change_t
Expand description

Return an #svn_repos_path_change_t structure, allocated in @a result_pool, with all fields initialized to their respective null/none/empty/invalid values.

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

@since New in 1.10.