pub unsafe extern "C" fn svn_client_propget(
props: *mut *mut apr_hash_t,
propname: *const c_char,
target: *const c_char,
revision: *const svn_opt_revision_t,
recurse: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_propget2(), except that @a peg_revision is always the same as @a revision.
@deprecated Provided for backward compatibility with the 1.1 API.