diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 15:15:41 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 15:15:41 +0200 |
commit | ceb96638f6ceba45f353c132b104543404515fed (patch) | |
tree | 49916475d9b57ff9cc1dcd11fafb281c20aa7dcc /lib/rpmtypes.h | |
parent | bb72efaaaa6dad878877eeb12cbad67383a0cf35 (diff) | |
download | librpm-tizen-ceb96638f6ceba45f353c132b104543404515fed.tar.gz librpm-tizen-ceb96638f6ceba45f353c132b104543404515fed.tar.bz2 librpm-tizen-ceb96638f6ceba45f353c132b104543404515fed.zip |
Use rpm_flag_t for header generic bitfields (file flags etc)
- additionally use rpmfileAtts / rpmVerifyFlags consistently where
appropriate
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index 059dbca5d..d673bafaf 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -33,6 +33,7 @@ typedef void * rpm_data_t; typedef const void * rpm_constdata_t; typedef uint32_t rpm_color_t; +typedef uint32_t rpm_flag_t; /** @} */ /** \ingroup rpmtypes |