diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-01-15 15:55:16 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-01-15 15:55:16 +0000 |
commit | 6dd2ecf4fa19346193e4ea69419c1b1004fb66e8 (patch) | |
tree | 94d206e257e204f41a5344a2b56e4f31e94a06d2 /lib/libalpm/conflict.h | |
parent | 83839f95132624f385c66eb9a4fc354c21ae7025 (diff) | |
download | pacman-6dd2ecf4fa19346193e4ea69419c1b1004fb66e8.tar.xz |
pulled out conflict checkings from checkdeps() in its own function: checkconflicts()
Diffstat (limited to 'lib/libalpm/conflict.h')
-rw-r--r-- | lib/libalpm/conflict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 98559836..5d57ea8c 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -23,6 +23,7 @@ #include "db.h" +PMList *checkconflicts(pmdb_t *db, PMList *packages); PMList *db_find_conflicts(pmdb_t *db, PMList *targets, char *root, PMList **skip_list); #endif /* _ALPM_CONFLICT_H */ |