diff options
author | rjray <devnull@localhost> | 2000-10-10 08:37:20 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-10-10 08:37:20 +0000 |
commit | d20550b5a6097edbbdec2fffd83c3f0c1a70ca7e (patch) | |
tree | e13b38248eef08d7e263866e4e00dac03b1dd553 | |
parent | ab501927a673bd28a4108f8b791321b6274d5eb3 (diff) | |
download | librpm-tizen-d20550b5a6097edbbdec2fffd83c3f0c1a70ca7e.tar.gz librpm-tizen-d20550b5a6097edbbdec2fffd83c3f0c1a70ca7e.tar.bz2 librpm-tizen-d20550b5a6097edbbdec2fffd83c3f0c1a70ca7e.zip |
Added another value for RPM_PACKAGE_*
CVS patchset: 4201
CVS date: 2000/10/10 08:37:20
-rw-r--r-- | Perl-RPM/RPM.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Perl-RPM/RPM.h b/Perl-RPM/RPM.h index 098259215..fb745e31a 100644 --- a/Perl-RPM/RPM.h +++ b/Perl-RPM/RPM.h @@ -1,5 +1,5 @@ /* - * $Id: RPM.h,v 1.11 2000/10/08 10:08:58 rjray Exp $ + * $Id: RPM.h,v 1.12 2000/10/10 08:37:20 rjray Exp $ * * Various C-specific decls/includes/etc. for the RPM linkage */ @@ -53,6 +53,7 @@ #define RPM_PACKAGE_MASK 0xf0 #define RPM_PACKAGE_READONLY 0x10 +#define RPM_PACKAGE_NOREAD 0x20 /* * Perl complement: RPM::Database |