Skip to main content

xmlCatalogAddLocal

Function xmlCatalogAddLocal 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCatalogAddLocal( catalogs: *mut c_void, URL: *const xmlChar, ) -> *mut c_void
Expand description

Per-document local catalog: an opaque pointer to a Vec<CatalogEntry>. xmlCatalogAddLocal returns a (possibly new) list; entries are resolved with xmlCatalogLocalResolve*; freed with xmlCatalogFreeLocal.