pub unsafe extern "C" fn svn_client_ls2(
dirents: *mut *mut apr_hash_t,
path_or_url: *const c_char,
peg_revision: *const svn_opt_revision_t,
revision: *const svn_opt_revision_t,
recurse: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_client_ls3(), but without the ability to get locks.
@since New in 1.2.
@deprecated Provided for backward compatibility with the 1.2 API. Use svn_client_list2() instead.