pub unsafe extern "C" fn svn_client_propset(
propname: *const c_char,
propval: *const svn_string_t,
target: *const c_char,
recurse: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_client_propset2(), but with @a skip_checks always FALSE and a newly created @a ctx.
@deprecated Provided for backward compatibility with the 1.1 API.