Skip to main content

svn_subst_translate_string

Function svn_subst_translate_string 

Source
pub unsafe extern "C" fn svn_subst_translate_string(
    new_value: *mut *mut svn_string_t,
    value: *const svn_string_t,
    encoding: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_subst_translate_string2(), except that the information about whether re-encoding or line ending translation were performed is discarded.

@deprecated Provided for backward compatibility with the 1.6 API.