pub unsafe extern "C" fn svn_opt_print_generic_help(
header: *const c_char,
cmd_table: *const svn_opt_subcommand_desc_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_help2(), but acts on #svn_opt_subcommand_desc_t.
@deprecated Provided for backward compatibility with the 1.3 API.