Function mupdf_sys::fz_open_archive[][src]

pub unsafe extern "C" fn fz_open_archive(
    ctx: *mut fz_context,
    filename: *const c_char
) -> *mut fz_archive

Open a zip or tar archive

Open a file and identify its archive type based on the archive signature contained inside.

filename: a path to a file as it would be given to open(2).