diff options
Diffstat (limited to 'lib/rpmte.c')
-rw-r--r-- | lib/rpmte.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c index 976be60e1..9638831c1 100644 --- a/lib/rpmte.c +++ b/lib/rpmte.c @@ -513,7 +513,7 @@ fnpyKey rpmteKey(rpmte te) return (te != NULL ? te->key : NULL); } -rpmds rpmteDS(rpmte te, rpmTag tag) +rpmds rpmteDS(rpmte te, rpmTagVal tag) { if (te == NULL) return NULL; @@ -730,7 +730,7 @@ int rpmteFailed(rpmte te) return (te != NULL) ? te->failed : -1; } -static int rpmteHaveTransScript(rpmte te, rpmTag tag) +static int rpmteHaveTransScript(rpmte te, rpmTagVal tag) { int rc = 0; if (tag == RPMTAG_PRETRANS) { |