pub unsafe extern "C" fn svn_diff_contains_diffs(
diff: *mut svn_diff_t,
) -> svn_boolean_t
Expand description
Determine if a diff object contains actual differences between the datasources. If so, return @c TRUE, else return @c FALSE.
pub unsafe extern "C" fn svn_diff_contains_diffs(
diff: *mut svn_diff_t,
) -> svn_boolean_t
Determine if a diff object contains actual differences between the datasources. If so, return @c TRUE, else return @c FALSE.