index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-09-22 16:29:03 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-22 16:37:36 -0500 |
commit | 2517ba3303489ed35512cdaf2493ec81efd145e7 (patch) | |
tree | 76759bb258b6c61830cc18ada879fe43bccf357e /lib/libalpm/deps.c | |
parent | c406949226fe5759473f13b5eb1fcf48c32d67ea (diff) |
-rw-r--r-- | lib/libalpm/deps.c | 1 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 08494a6c..c99701e9 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -693,6 +693,7 @@ alpm_pkg_t SYMEXPORT *alpm_find_dbs_satisfier(alpm_handle_t *handle, * @param handle the context handle * @param localpkgs is the list of local packages * @param pkg is the package to resolve + * @param preferred packages to prefer when resolving * @param packages is a pointer to a list of packages which will be * searched first for any dependency packages needed to complete the * resolve, and to which will be added any [pkg] and all of its |