Skip to main content

svn_node_kind_from_word

Function svn_node_kind_from_word 

Source
pub unsafe extern "C" fn svn_node_kind_from_word(
    word: *const c_char,
) -> svn_node_kind_t
Expand description

Return the appropriate node_kind for @a word. @a word is as returned from svn_node_kind_to_word(). If @a word does not represent a recognized kind or is @c NULL, return #svn_node_unknown.

@since New in 1.6.