diff options
author | Michael Schroeder <mls@suse.de> | 2011-03-07 19:39:57 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2011-03-07 19:39:57 +0100 |
commit | 2e875e70c91d41b54d9772729e09707f74db4259 (patch) | |
tree | 53e8f743fb3ef035ccf6f188f2fe75ce74ec266b /src/solverdebug.h | |
parent | 3d94dafb1449365e83522cec23b4ecda1ae1d097 (diff) | |
download | libsolv-2e875e70c91d41b54d9772729e09707f74db4259.tar.gz libsolv-2e875e70c91d41b54d9772729e09707f74db4259.tar.bz2 libsolv-2e875e70c91d41b54d9772729e09707f74db4259.zip |
- add pool_job2str() and solver_problemruleinfo2str() convenience functions
Diffstat (limited to 'src/solverdebug.h')
-rw-r--r-- | src/solverdebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/solverdebug.h b/src/solverdebug.h index 5fa6645..608dad1 100644 --- a/src/solverdebug.h +++ b/src/solverdebug.h @@ -34,7 +34,8 @@ extern void solver_printallsolutions(Solver *solv); extern void solver_printtrivial(Solver *solv); extern const char *solver_select2str(Pool *pool, Id select, Id what); - +extern const char *pool_job2str(Pool *pool, Id how, Id what, int withflags); +extern const char *solver_problemruleinfo2str(Solver *solv, SolverRuleinfo type, Id source, Id target, Id dep); #endif /* SATSOLVER_SOLVERDEBUG_H */ |