pub unsafe extern "C" fn svn_io_check_special_path(
path: *const c_char,
kind: *mut svn_node_kind_t,
is_special: *mut svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_io_check_path(), but also set *is_special to @c TRUE if the path is not a normal file.
@since New in 1.1.