pub unsafe extern "C" fn alpm_option_remove_noupgrade(
    handle: *mut alpm_handle_t,
    path: *const c_char
) -> c_int
Expand description

Remove an entry from the no-upgrade list @param handle the context handle @param path the path to remove @return 0 on success, -1 on error (pm_errno is set accordingly)