[][src]Function alpm_sys_fork::alpm_checkdeps

pub unsafe extern "C" fn alpm_checkdeps(
    handle: *mut alpm_handle_t,
    pkglist: *mut alpm_list_t,
    remove: *mut alpm_list_t,
    upgrade: *mut alpm_list_t,
    reversedeps: c_int
) -> *mut alpm_list_t

@addtogroup alpm_api_depends Dependency Functions Functions dealing with libalpm representation of dependency information. @{