Skip to main content

svn_opt_print_help4

Function svn_opt_print_help4 

Source
pub unsafe extern "C" fn svn_opt_print_help4(
    os: *mut apr_getopt_t,
    pgm_name: *const c_char,
    print_version: svn_boolean_t,
    quiet: svn_boolean_t,
    verbose: svn_boolean_t,
    version_footer: *const c_char,
    header: *const c_char,
    cmd_table: *const svn_opt_subcommand_desc2_t,
    option_table: *const apr_getopt_option_t,
    global_options: *const c_int,
    footer: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_opt_print_help5(), but with a different version of the subcommand description table.

@since New in 1.8. @deprecated Provided for backward compatibility with the 1.10 API.