pub unsafe extern "C" fn svn_opt_print_generic_help2(
header: *const c_char,
cmd_table: *const svn_opt_subcommand_desc2_t,
opt_table: *const apr_getopt_option_t,
footer: *const c_char,
pool: *mut apr_pool_t,
stream: *mut FILE,
)Expand description
Same as svn_opt_print_generic_help3(), but with a different version of the subcommand description table.
@since New in 1.4. @deprecated Provided for backward compatibility with the 1.10 API.