added altH field to problem structure
CVS patchset: 2657 CVS date: 1999/01/06 03:15:45
This commit is contained in:
parent
03c8985d5e
commit
78064b8749
|
@ -379,12 +379,11 @@ typedef enum rpmProblemType_e { RPMPROB_BADARCH,
|
|||
} rpmProblemType;
|
||||
|
||||
typedef struct rpmProblem_s {
|
||||
Header h;
|
||||
Header h, altH;
|
||||
void * key;
|
||||
rpmProblemType type;
|
||||
int ignoreProblem;
|
||||
char * str1;
|
||||
|
||||
} rpmProblem;
|
||||
|
||||
typedef struct rpmProblemSet_s {
|
||||
|
|
Loading…
Reference in New Issue