pub unsafe extern "C" fn svn_opt_subcommand_help2(
subcommand: *const c_char,
table: *const svn_opt_subcommand_desc2_t,
options_table: *const apr_getopt_option_t,
pool: *mut apr_pool_t,
)
Expand description
Same as svn_opt_subcommand_help3(), but with @a global_options always NULL.
@deprecated Provided for backward compatibility with the 1.4 API.