svn_client__layout_list

Function svn_client__layout_list 

Source
pub unsafe extern "C" fn svn_client__layout_list(
    local_abspath: *const c_char,
    layout: svn_client__layout_func_t,
    layout_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Describe the layout of the working copy below @a local_abspath to the callback @a layout.

@warning EXPERIMENTAL.