pub unsafe extern "C" fn svn_client_conflict_text_get_resolution(
conflict: *mut svn_client_conflict_t,
) -> svn_client_conflict_option_id_tExpand description
Return the ID of the option this text @a conflict has been resolved to. If the conflict has not been resolved yet, then return @c svn_client_conflict_option_unspecified.
@since New in 1.10.