[][src]Function alpm_sys_fork::alpm_pkg_mtree_next

pub unsafe extern "C" fn alpm_pkg_mtree_next(
    pkg: *const alpm_pkg_t,
    archive: *mut archive,
    entry: *mut *mut archive_entry
) -> c_int

Read next entry from a package mtree file. @param pkg the package that the mtree file is being read from @param archive the archive structure reading from the mtree file @param entry an archive_entry to store the entry header information @return 0 if end of archive is reached, non-zero otherwise.