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/rpmfi.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/rpmfi.h')
-rw-r--r-- | lib/rpmfi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h index af0ad2362..2af691234 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -509,7 +509,7 @@ rpmfi rpmfiFree(/*@killref@*/ /*@only@*/ /*@null@*/ rpmfi fi) * @return new file info set */ /*@null@*/ -rpmfi rpmfiNew(/*@null@*/ rpmts ts, Header h, rpmTag tagN, int scareMem) +rpmfi rpmfiNew(/*@null@*/ const rpmts ts, Header h, rpmTag tagN, int scareMem) /*@globals rpmGlobalMacroContext, h_errno, fileSystem @*/ /*@modifies ts, h, rpmGlobalMacroContext, fileSystem @*/; |