svn_opt_get_option_from_code2

Function svn_opt_get_option_from_code2 

Source
pub unsafe extern "C" fn svn_opt_get_option_from_code2(
    code: c_int,
    option_table: *const apr_getopt_option_t,
    command: *const svn_opt_subcommand_desc2_t,
    pool: *mut apr_pool_t,
) -> *const apr_getopt_option_t
Expand description

Same as svn_opt_get_option_from_code3(), 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.