pub unsafe extern "C" fn svn_log_changed_path2_create(
pool: *mut apr_pool_t,
) -> *mut svn_log_changed_path2_t
Expand description
Returns an #svn_log_changed_path2_t, allocated in @a pool with all fields initialized to NULL, None or empty values.
@note To allow for extending the #svn_log_changed_path2_t structure in future releases, this function should always be used to allocate the structure.
@since New in 1.6.