diff options
author | jbj <devnull@localhost> | 2003-12-25 23:00:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-25 23:00:44 +0000 |
commit | 210183cc698151d970684325b5ac3a0aa98d0136 (patch) | |
tree | ec79405186e5668b5e24cc0511ad7144583364c9 /lib/rpmcli.h | |
parent | f09888fc1a1597023b0a29a34c3f4f81f694898d (diff) | |
download | rpm-210183cc698151d970684325b5ac3a0aa98d0136.tar.gz rpm-210183cc698151d970684325b5ac3a0aa98d0136.tar.bz2 rpm-210183cc698151d970684325b5ac3a0aa98d0136.zip |
Add lsetfilecon to install modes.
CVS patchset: 7006
CVS date: 2003/12/25 23:00:44
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r-- | lib/rpmcli.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h index 36e5baf8c..1b32710fa 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -81,6 +81,7 @@ rpmcliFini(/*@only@*/ /*@null@*/ poptContext optCon) #define RPMCLI_POPT_NOSIGNATURE -1029 #define RPMCLI_POPT_NODIGEST -1030 #define RPMCLI_POPT_NOHDRCHK -1031 +#define RPMCLI_POPT_NOCONTEXTS -1032 /* ==================================================================== */ /** \name RPMQV */ @@ -388,7 +389,7 @@ int rpmcliQuery(rpmts ts, QVA_t qva, /*@null@*/ const char ** argv) int rpmVerifyFile(const rpmts ts, rpmfi fi, /*@out@*/ rpmVerifyAttrs * res, rpmVerifyAttrs omitMask) /*@globals h_errno, fileSystem, internalState @*/ - /*@modifies fi, *res, fileSystem, internalState @*/ + /*@modifies ts, fi, *res, fileSystem, internalState @*/ /*@requires maxSet(res) >= 0 @*/; /*@=incondefs@*/ |