svn_repos_log_entry_create

Function svn_repos_log_entry_create 

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

Return an #svn_repos_log_entry_t, 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_log_entry_t structure in future releases, this function should always be used to allocate it.

@since New in 1.10.