pub unsafe extern "C" fn svn_path_is_ancestor(
path1: *const c_char,
path2: *const c_char,
) -> svn_boolean_tExpand description
Return TRUE if @a path1 is an ancestor of @a path2 or the paths are equal and FALSE otherwise.
@since New in 1.3.
@deprecated Provided for backward compatibility with the 1.6 API. For replacement functionality, see svn_dirent_skip_ancestor(), svn_uri_skip_ancestor(), and svn_relpath_skip_ancestor().