svn_diff_mem_string_diff

Function svn_diff_mem_string_diff 

Source
pub unsafe extern "C" fn svn_diff_mem_string_diff(
    diff: *mut *mut svn_diff_t,
    original: *const svn_string_t,
    modified: *const svn_string_t,
    options: *const svn_diff_file_options_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Generate @a diff output from the @a original and @a modified in-memory strings. @a diff will be allocated from @a pool.

@since New in 1.5.