pub unsafe extern "C" fn svn_ra_get_dir(
session: *mut svn_ra_session_t,
path: *const c_char,
revision: svn_revnum_t,
dirents: *mut *mut apr_hash_t,
fetched_rev: *mut svn_revnum_t,
props: *mut *mut apr_hash_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to @c svn_ra_get_dir2, but with @c SVN_DIRENT_ALL for the @a dirent_fields parameter.
@since New in 1.2.
@deprecated Provided for compatibility with the 1.3 API.