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/rpmds.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/rpmds.h')
-rw-r--r-- | lib/rpmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h index 75403bbab..ef0d65c23 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -258,7 +258,7 @@ uint32_t rpmdsColor(const rpmds ds); * @param color new dependency color * @return previous dependency color */ -uint32_t rpmdsSetColor(const rpmds ds, uint32_t color); +rpm_color_t rpmdsSetColor(const rpmds ds, rpm_color_t color); /** \ingroup rpmds * Return current dependency file refs. |