pub unsafe extern "C" fn svn_wc_prop_get(
value: *mut *const svn_string_t,
name: *const c_char,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_prop_get2(), but with a #svn_wc_adm_access_t / relative path parameter pair.
When @a path is not versioned, set @a *value to NULL.
@deprecated Provided for backwards compatibility with the 1.6 API.