summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.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/deps.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/deps.h')
-rw-r--r--lib/libalpm/deps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h
index 9451d8b4..fbbd6438 100644
--- a/lib/libalpm/deps.h
+++ b/lib/libalpm/deps.h
@@ -43,7 +43,8 @@ PMList *sortbydeps(PMList *targets, int mode);
PMList *checkdeps(pmdb_t *db, unsigned char op, PMList *packages);
int splitdep(char *depstr, pmdepend_t *depend);
PMList *removedeps(pmdb_t *db, PMList *targs);
-int resolvedeps(pmdb_t *local, PMList *dbs_sync, pmpkg_t *syncpkg, PMList *list, PMList *trail, pmtrans_t *trans);
+int resolvedeps(pmdb_t *local, PMList *dbs_sync, pmpkg_t *syncpkg, PMList *list,
+ PMList *trail, pmtrans_t *trans, PMList **data);
#endif /* _ALPM_DEPS_H */