pub unsafe extern "C" fn svn_compat_wrap_file_rev_handler(
handler2: *mut svn_file_rev_handler_t,
handler2_baton: *mut *mut c_void,
handler: svn_file_rev_handler_old_t,
handler_baton: *mut c_void,
pool: *mut apr_pool_t,
)Expand description
Return, in @a *handler2 and @a *handler2_baton a function/baton that will call @a handler/@a handler_baton, allocating the @a *handler2_baton in @a pool.
@note This is used by compatibility wrappers, which exist in more than Subversion core library.
@note #svn_file_rev_handler_old_t is a placeholder type for both #svn_repos_file_rev_handler_t and #svn_ra_file_rev_handler_t. It is reproduced here for dependency reasons.
@since New in 1.5.