added altH field to problem structure

CVS patchset: 2657
CVS date: 1999/01/06 03:15:45
This commit is contained in:
ewt 1999-01-06 03:15:45 +00:00
parent 03c8985d5e
commit 78064b8749
1 changed files with 1 additions and 2 deletions

View File

@ -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 {