summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-21 19:28:38 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-21 19:28:38 +0100
commitfc8be933144b5f4552c300afc40e967504222555 (patch)
treec7451c1b084ed12c9e7abf00ac9be8f9fc478412 /lib/libalpm/alpm.h
parent2d08e902ef07b4a888fa3daf2d5a658dd04dac4e (diff)
downloadpacman-fc8be933144b5f4552c300afc40e967504222555.tar.gz
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.h1
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,