Skip to main content

xmlACatalogRemove

Function xmlACatalogRemove 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlACatalogRemove( catal: *mut XmlCatalogHandle, value: *const xmlChar, ) -> c_int
Expand description

Remove entries whose value matches value from a catalog handle.

§SAFETY

  • catal must be a valid handle; value a valid NUL-terminated string.