Skip to main content

svn_opt_print_help3

Function svn_opt_print_help3 

Source
pub unsafe extern "C" fn svn_opt_print_help3(
    os: *mut apr_getopt_t,
    pgm_name: *const c_char,
    print_version: svn_boolean_t,
    quiet: 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_help4(), but with @a verbose always @c FALSE.

@deprecated Provided for backward compatibility with the 1.7 API.