diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-01-21 18:28:38 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-01-21 18:28:38 +0000 |
commit | fc8be933144b5f4552c300afc40e967504222555 (patch) | |
tree | c7451c1b084ed12c9e7abf00ac9be8f9fc478412 /lib/libalpm/alpm.h | |
parent | 2d08e902ef07b4a888fa3daf2d5a658dd04dac4e (diff) | |
download | pacman-fc8be933144b5f4552c300afc40e967504222555.tar.xz |
resolvedeps: return the depmiss info to the frontend in case of failure
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index a237fe36..c3255f66 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -354,7 +354,6 @@ extern enum __pmerrno_t { /* Dependencies */ PM_ERR_UNSATISFIED_DEPS, PM_ERR_CONFLICTING_DEPS, - PM_ERR_UNRESOLVABLE_DEPS, PM_ERR_FILE_CONFLICTS, /* Misc */ PM_ERR_USER_ABORT, |