Skip to main content

svn_opt_subcommand_takes_option4

Function svn_opt_subcommand_takes_option4 

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

Return @c TRUE iff subcommand @a command supports option @a option_code, else return @c FALSE. If @a global_options is non-NULL, it is a zero-terminated array, and all subcommands take the options listed in it.

@since New in 1.11.