pub unsafe extern "C" fn svn_fs_paths_changed(
changed_paths_p: *mut *mut apr_hash_t,
root: *mut svn_fs_root_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_fs_paths_changed2(), only with #svn_fs_path_change_t * values in the hash (and thus no kind or copyfrom data).
@deprecated Provided for backward compatibility with the 1.5 API.