Skip to main content

xmlFileMatch

Function xmlFileMatch 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlFileMatch( _filename: *const c_char, ) -> c_int
Expand description

Match callback: the file I/O handlers accept every filename.

§UPSTREAM-PARITY

int xmlFileMatch(const char *filename);