pub unsafe extern "C" fn svn_opt_get_canonical_subcommand(
table: *const svn_opt_subcommand_desc_t,
cmd_name: *const c_char,
) -> *const svn_opt_subcommand_desc_tExpand description
Return the entry in @a table whose name matches @a cmd_name, or @c NULL if none. @a cmd_name may be an alias.
Same as svn_opt_get_canonical_subcommand2(), but acts on #svn_opt_subcommand_desc_t.
@deprecated Provided for backward compatibility with the 1.3 API.