Skip to main content

svn_opt_subcommand_takes_option3

Function svn_opt_subcommand_takes_option3 

Source
pub unsafe extern "C" fn svn_opt_subcommand_takes_option3(
    command: *const svn_opt_subcommand_desc2_t,
    option_code: c_int,
    global_options: *const c_int,
) -> svn_boolean_t
Expand description

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