Skip to main content

svn_relpath_skip_ancestor

Function svn_relpath_skip_ancestor 

Source
pub unsafe extern "C" fn svn_relpath_skip_ancestor(
    parent_relpath: *const c_char,
    child_relpath: *const c_char,
) -> *const c_char
Expand description

Return the relative path part of @a child_relpath that is below @a parent_relpath, or just “” if @a parent_relpath is equal to @a child_relpath. If @a child_relpath is not below @a parent_relpath, return NULL.

@since New in 1.7.