pub unsafe extern "C" fn svn_opt_subcommand_help3(
subcommand: *const c_char,
table: *const svn_opt_subcommand_desc2_t,
options_table: *const apr_getopt_option_t,
global_options: *const c_int,
pool: *mut apr_pool_t,
)
Expand description
Same as svn_opt_subcommand_help4(), but with a different version of the subcommand description table.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.10 API.