pub unsafe extern "C" fn svn_client_ls(
dirents: *mut *mut apr_hash_t,
path_or_url: *const c_char,
revision: *mut svn_opt_revision_t,
recurse: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_ls2() except that @a peg_revision is always the same as @a revision.
@deprecated Provided for backward compatibility with the 1.1 API. Use svn_client_list2() instead.