pub unsafe extern "C" fn svn_wc_init_traversal_info(
pool: *mut apr_pool_t,
) -> *mut svn_wc_traversal_info_t
Expand description
Return a new, empty traversal info object, allocated in @a pool.
New code should use the svn_wc_external_update_t callback instead.
@deprecated Provided for backward compatibility with the 1.6 API.