pub unsafe extern "C" fn svn_depth_from_word(
word: *const c_char,
) -> svn_depth_tExpand description
Return the appropriate depth for @a depth_str. @a word is as returned from svn_depth_to_word(). If @a depth_str does not represent a recognized depth, return #svn_depth_unknown.
@since New in 1.5.