pub unsafe extern "C" fn svn_wc_translated_file(
xlated_p: *mut *const c_char,
vfile: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
force_repair: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_wc_translated_file2, but will never clean up temporary files.
@deprecated Provided for compatibility with the 1.3 API