svn_client_log4

Function svn_client_log4 

Source
pub unsafe extern "C" fn svn_client_log4(
    targets: *const apr_array_header_t,
    peg_revision: *const svn_opt_revision_t,
    start: *const svn_opt_revision_t,
    end: *const svn_opt_revision_t,
    limit: c_int,
    discover_changed_paths: svn_boolean_t,
    strict_node_history: svn_boolean_t,
    include_merged_revisions: svn_boolean_t,
    revprops: *const apr_array_header_t,
    receiver: svn_log_entry_receiver_t,
    receiver_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_log5(), but takes explicit start and end parameters instead of an array of revision ranges.

@deprecated Provided for compatibility with the 1.5 API. @since New in 1.5.