svn_ver_equal

Function svn_ver_equal 

Source
pub unsafe extern "C" fn svn_ver_equal(
    my_version: *const svn_version_t,
    lib_version: *const svn_version_t,
) -> svn_boolean_t
Expand description

Check if @a my_version and @a lib_version encode the same version number.

@note Implements the #svn_ver_check_list2.@a comparator interface.

@since New in 1.2.