diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 12:12:31 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 12:12:31 +0200 |
commit | 630a5a4c1a34f12ae264cba870005de0858353e6 (patch) | |
tree | b41a60681da0f7e77f13a9e5dd9760ed8d10f5ce /lib/rpmal.h | |
parent | b12cb085232a586ebca8673ee766d9d6e826c8dd (diff) | |
download | librpm-tizen-630a5a4c1a34f12ae264cba870005de0858353e6.tar.gz librpm-tizen-630a5a4c1a34f12ae264cba870005de0858353e6.tar.bz2 librpm-tizen-630a5a4c1a34f12ae264cba870005de0858353e6.zip |
Add rpm_color_t type for rpm color bits, use where spotted
Diffstat (limited to 'lib/rpmal.h')
-rw-r--r-- | lib/rpmal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmal.h b/lib/rpmal.h index da808c70e..ebb5dab08 100644 --- a/lib/rpmal.h +++ b/lib/rpmal.h @@ -56,7 +56,7 @@ rpmalKey rpmalAdd(rpmal * alistp, rpmalKey pkgKey, fnpyKey key, rpmds provides, rpmfi fi, - uint32_t tscolor); + rpm_color_t tscolor); /** * Add package provides to available list index. @@ -67,7 +67,7 @@ rpmalKey rpmalAdd(rpmal * alistp, */ void rpmalAddProvides(rpmal al, rpmalKey pkgKey, - rpmds provides, uint32_t tscolor); + rpmds provides, rpm_color_t tscolor); /** * Generate index for available list. |