svn_wc_read_kind

Function svn_wc_read_kind 

Source
pub unsafe extern "C" fn svn_wc_read_kind(
    kind: *mut svn_node_kind_t,
    wc_ctx: *mut svn_wc_context_t,
    abspath: *const c_char,
    show_hidden: svn_boolean_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_read_kind2() but with @a show_deleted always passed as TRUE.

@since New in 1.7. @deprecated Provided for backward compatibility with the 1.7 API.