pub unsafe extern "C" fn svn_fs_node_history2(
history_p: *mut *mut svn_fs_history_t,
root: *mut svn_fs_root_t,
path: *const c_char,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *history_p to an opaque node history object which represents @a path under @a root. @a root must be a revision root. Allocate the result in @a result_pool and use @a scratch_pool for temporary allocations.
@since New in 1.9.