pub unsafe extern "C" fn svn_log_entry_dup(
log_entry: *const svn_log_entry_t,
pool: *mut apr_pool_t,
) -> *mut svn_log_entry_t
Expand description
Return a deep copy of @a log_entry, allocated in @a pool.
The resulting svn_log_entry_t has @c changed_paths set to the same value as @c changed_path2. @c changed_paths will be @c NULL if @c changed_paths2 was @c NULL.
@since New in 1.6.