diff options
author | Michael Schroeder <mls@suse.de> | 2012-02-14 18:18:18 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-02-14 18:18:18 +0100 |
commit | d9da98eb5a9bc3f984ba3cff81e136cef1557d06 (patch) | |
tree | 991a1e00c2986cdb29734436b52590791c037f7b /src/problems.h | |
parent | 75b3cf4a0a60cf6115a1b0241dd4a568a44b0700 (diff) | |
download | libsolv-d9da98eb5a9bc3f984ba3cff81e136cef1557d06.tar.gz libsolv-d9da98eb5a9bc3f984ba3cff81e136cef1557d06.tar.bz2 libsolv-d9da98eb5a9bc3f984ba3cff81e136cef1557d06.zip |
- add pool_addvendorclass and solver_solutionelement_internalid
Diffstat (limited to 'src/problems.h')
-rw-r--r-- | src/problems.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/problems.h b/src/problems.h index 1da7cd0..cd56aa2 100644 --- a/src/problems.h +++ b/src/problems.h @@ -33,6 +33,7 @@ Id solver_next_problem(struct _Solver *solv, Id problem); unsigned int solver_solution_count(struct _Solver *solv, Id problem); Id solver_next_solution(struct _Solver *solv, Id problem, Id solution); unsigned int solver_solutionelement_count(struct _Solver *solv, Id problem, Id solution); +Id solver_solutionelement_internalid(struct _Solver *solv, Id problem, Id solution); Id solver_next_solutionelement(struct _Solver *solv, Id problem, Id solution, Id element, Id *p, Id *rp); void solver_take_solutionelement(struct _Solver *solv, Id p, Id rp, Queue *job); |