Function gnunet_sys::GNUNET_CONFIGURATION_remove_section[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_remove_section(
    cfg: *mut GNUNET_CONFIGURATION_Handle,
    section: *const c_char
)

Remove the given section and all options in it.

@param cfg configuration to inspect @param section name of the section to remove