index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-07 13:53:53 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-13 19:35:22 -0500 |
commit | 70a86c14f4462ba59a9d6bbd3c9e9f0c75483777 (patch) | |
tree | dfbee1a5ec1ecf87445a984ef5f4ce38ad1d3f41 /lib/libalpm/conflict.h | |
parent | d76341297a089864cf9bb509873bdcff83755f6c (diff) |
-rw-r--r-- | lib/libalpm/conflict.h | 2 |
diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index d00314de..2101170b 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -40,7 +40,7 @@ struct __pmfileconflict_t { pmconflict_t *_alpm_conflict_new(const char *package1, const char *package2, const char *reason); pmconflict_t *_alpm_conflict_dup(const pmconflict_t *conflict); void _alpm_conflict_free(pmconflict_t *conflict); -alpm_list_t *_alpm_innerconflicts(alpm_list_t *packages); +alpm_list_t *_alpm_innerconflicts(pmhandle_t *handle, alpm_list_t *packages); alpm_list_t *_alpm_outerconflicts(pmdb_t *db, alpm_list_t *packages); alpm_list_t *_alpm_db_find_fileconflicts(pmhandle_t *handle, alpm_list_t *upgrade, alpm_list_t *remove); |