summaryrefslogtreecommitdiff
path: root/src/problems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/problems.h')
-rw-r--r--src/problems.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/problems.h b/src/problems.h
index e5b2279..63319d6 100644
--- a/src/problems.h
+++ b/src/problems.h
@@ -28,8 +28,11 @@ struct _Solver;
#define SOLVER_SOLUTION_BEST (-3)
#define SOLVER_SOLUTION_POOLJOB (-4)
-void solver_disableproblem(struct _Solver *solv, Id v);
-void solver_enableproblem(struct _Solver *solv, Id v);
+void solver_recordproblem(struct _Solver *solv, Id rid);
+void solver_fixproblem(struct _Solver *solv, Id rid);
+Id solver_autouninstall(struct _Solver *solv, int start);
+void solver_disableproblemset(struct _Solver *solv, int start);
+
int solver_prepare_solutions(struct _Solver *solv);
unsigned int solver_problem_count(struct _Solver *solv);