diff options
author | Michael Schroeder <mls@suse.de> | 2009-03-17 13:02:54 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2009-03-17 13:02:54 +0100 |
commit | 6f7d6f2fd07b10ada507d60e81248deccbbcec34 (patch) | |
tree | 460241b8b83a4be60350dacd8a414d53b0f19c03 /src/pool.h | |
parent | 5492f5e083e03304bf7ba49004608f5a9225c0b7 (diff) | |
download | libsolv-6f7d6f2fd07b10ada507d60e81248deccbbcec34.tar.gz libsolv-6f7d6f2fd07b10ada507d60e81248deccbbcec34.tar.bz2 libsolv-6f7d6f2fd07b10ada507d60e81248deccbbcec34.zip |
- replace old solver_problemruleinfo with new solver_ruleinfo function
- add solvable_selfprovidedep() function (used in buddy deps)
- add noinfarchcheck solver option
- clone job queue to make the code more flexible
Diffstat (limited to 'src/pool.h')
-rw-r--r-- | src/pool.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -194,6 +194,7 @@ char * solvable_get_location(Solvable *s, unsigned int *medianrp); const unsigned char *solvable_lookup_bin_checksum(Solvable *s, Id keyname, Id *typep); const char *solvable_lookup_checksum(Solvable *s, Id keyname, Id *typep); int solvable_identical(Solvable *s1, Solvable *s2); +Id solvable_selfprovidedep(Solvable *s); int solvable_trivial_installable_map(Solvable *s, Map *installedmap, Map *conflictsmap); int solvable_trivial_installable_repo(Solvable *s, struct _Repo *installed); |