svn_fs_node_history

Function svn_fs_node_history 

Source
pub unsafe extern "C" fn svn_fs_node_history(
    history_p: *mut *mut svn_fs_history_t,
    root: *mut svn_fs_root_t,
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_fs_node_history2() but using a single @a pool for all allocations.

@deprecated Provided for backward compatibility with the 1.8 API.