pub unsafe extern "C" fn svn_io_dir_walk(
dirname: *const c_char,
wanted: apr_int32_t,
walk_func: svn_io_walk_func_t,
walk_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_io_dir_walk(), but only calls @a walk_func for files of type APR_DIR (directory) and APR_REG (regular file).
@deprecated Provided for backwards compatibility with the 1.6 API.