pub unsafe extern "C" fn svn_wc_transmit_prop_deltas(
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
entry: *const svn_wc_entry_t,
editor: *const svn_delta_editor_t,
baton: *mut c_void,
tempfile: *mut *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_wc_transmit_prop_deltas2(), but with a relative path, adm_access baton and tempfile.
If a temporary file remains after this function is finished, the path to that file is returned in @a *tempfile (so the caller can clean this up if it wishes to do so).
@note Starting version 1.5, no tempfile will ever be returned anymore. If @a *tempfile is passed, its value is set to @c NULL.
@deprecated Provided for backwards compatibility with the 1.6 API.