pub unsafe extern "C" fn svn_config_has_section(
cfg: *mut svn_config_t,
section: *const c_char,
) -> svn_boolean_t
Expand description
Return @c TRUE if @a section exists in @a cfg, @c FALSE otherwise.
@since New in 1.4.
pub unsafe extern "C" fn svn_config_has_section(
cfg: *mut svn_config_t,
section: *const c_char,
) -> svn_boolean_t
Return @c TRUE if @a section exists in @a cfg, @c FALSE otherwise.
@since New in 1.4.