svn_opt_print_help2

Function svn_opt_print_help2 

Source
pub unsafe extern "C" fn svn_opt_print_help2(
    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,
    footer: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_opt_print_help3(), but with @a global_options always @c NULL.

@deprecated Provided for backward compatibility with the 1.4 API.