svn_fs_check_related

Function svn_fs_check_related 

Source
pub unsafe extern "C" fn svn_fs_check_related(
    id1: *const svn_fs_id_t,
    id2: *const svn_fs_id_t,
) -> svn_boolean_t
Expand description

Return TRUE if node revisions @a id1 and @a id2 are related (part of the same node), else return FALSE.

@note Consider using the more expressive #svn_fs_node_relation() instead.

@see #svn_fs_node_relation