Skip to main content

svn_client_list3

Function svn_client_list3 

Source
pub unsafe extern "C" fn svn_client_list3(
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    depth: svn_depth_t,
    dirent_fields: apr_uint32_t,
    fetch_locks: svn_boolean_t,
    include_externals: svn_boolean_t,
    list_func: svn_client_list_func2_t,
    baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_list4(), but with @a patterns set to @c NULL.

@since New in 1.8.

@deprecated Provided for backwards compatibility with the 1.9 API.