Skip to main content

xmlCatalogAdd

Function xmlCatalogAdd 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCatalogAdd( _type: *const xmlChar, _orig: *const xmlChar, _replace: *const xmlChar, ) -> c_int
Expand description

Add a catalog.

ยงUPSTREAM-PARITY

int xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace);