#include "system.h"
#include <rpmlib.h>
#include "depends.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
RPMPROBS | |
| void | printDepFlags (FILE *fp, const char *version, int flags) |
| void | printDepProblems (FILE *fp, struct rpmDependencyConflict *conflicts, int numConflicts) |
| const char* | rpmProblemString (rpmProblem prob) |
| Return formatted string representation of problem. More... | |
| void | rpmProblemPrint (FILE *fp, rpmProblem prob) |
| Output formatted string representation of problem to file handle. More... | |
| void | rpmProblemSetPrint (FILE *fp, rpmProblemSet probs) |
| Print problems to file handle. More... | |
Functions | |
| int | sameProblem (struct rpmDependencyConflict *ap, struct rpmDependencyConflict *bp) |
Definition in file problems.c.
|
|
Definition at line 18 of file problems.c. |
|
|
Definition at line 59 of file problems.c. |
|
|
Output formatted string representation of problem to file handle.
Definition at line 162 of file problems.c. |
|
|
Print problems to file handle.
Definition at line 169 of file problems.c. |
|
|
Return formatted string representation of problem.
Definition at line 89 of file problems.c. |
|
|
Definition at line 34 of file problems.c. Referenced by printDepProblems(). |
1.2.6 written by Dimitri van Heesch,
© 1997-2001