pub unsafe extern "C" fn svn_diff_hunk_get_modified_start(
hunk: *const svn_diff_hunk_t,
) -> svn_linenum_t
Expand description
Return the line offset of the modified @a hunk text, as parsed from the hunk header. @since New in 1.7.
pub unsafe extern "C" fn svn_diff_hunk_get_modified_start(
hunk: *const svn_diff_hunk_t,
) -> svn_linenum_t
Return the line offset of the modified @a hunk text, as parsed from the hunk header. @since New in 1.7.