Function alpm_sys::alpm_option_remove_ignoregroup
source · pub unsafe extern "C" fn alpm_option_remove_ignoregroup(
handle: *mut alpm_handle_t,
grp: *const c_char
) -> c_int
Expand description
Remove an entry from the ignoregroup list @param handle the context handle @param grp the group to remove @return 0 on success, -1 on error (pm_errno is set accordingly)