Skip to main content

svn_opt_get_canonical_subcommand2

Function svn_opt_get_canonical_subcommand2 

Source
pub unsafe extern "C" fn svn_opt_get_canonical_subcommand2(
    table: *const svn_opt_subcommand_desc2_t,
    cmd_name: *const c_char,
) -> *const svn_opt_subcommand_desc2_t
Expand description

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