From 6f7d6f2fd07b10ada507d60e81248deccbbcec34 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 17 Mar 2009 13:02:54 +0100 Subject: - 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 --- src/pool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pool.h') diff --git a/src/pool.h b/src/pool.h index 8570324..cdf4fcb 100644 --- a/src/pool.h +++ b/src/pool.h @@ -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); -- cgit v1.2.3