svn_log_changed_path_dup

Function svn_log_changed_path_dup 

Source
pub unsafe extern "C" fn svn_log_changed_path_dup(
    changed_path: *const svn_log_changed_path_t,
    pool: *mut apr_pool_t,
) -> *mut svn_log_changed_path_t
Expand description

Return a deep copy of @a changed_path, allocated in @a pool.

@since New in 1.3. @deprecated Provided for backward compatibility with the 1.5 API.