pub unsafe extern "C" fn svn_inheritance_to_word(
inherit: svn_mergeinfo_inheritance_t,
) -> *const c_char
Expand description
Return a constant string expressing @a inherit as an English word, i.e., “explicit” (default), “inherited”, or “nearest_ancestor”. The string is not localized, as it may be used for client<->server communications.
@since New in 1.5.