diff options
author | jbj <devnull@localhost> | 2004-03-28 16:07:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-03-28 16:07:26 +0000 |
commit | 68325b9175c8306bf80fc2031c59c519f8a0e17c (patch) | |
tree | 4d84c9cb68c1fae7c7919faab5bbd5ebf4734c6d /lib/rpmfi.h | |
parent | 13ca035edbc9a954d57048391e725d546c6bafb0 (diff) | |
download | rpm-68325b9175c8306bf80fc2031c59c519f8a0e17c.tar.gz rpm-68325b9175c8306bf80fc2031c59c519f8a0e17c.tar.bz2 rpm-68325b9175c8306bf80fc2031c59c519f8a0e17c.zip |
- scareMem = 0 everywhere, document deprecation phase out.
CVS patchset: 7203
CVS date: 2004/03/28 16:07:26
Diffstat (limited to 'lib/rpmfi.h')
-rw-r--r-- | lib/rpmfi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h index c3869d3ca..3a3bf9192 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -498,6 +498,7 @@ rpmfi rpmfiFree(/*@killref@*/ /*@only@*/ /*@null@*/ rpmfi fi) /** * Create and load a file info set. + * @deprecated Only scareMem = 0 will be permitted. * @param ts transaction set (NULL skips path relocation) * @param h header * @param tagN RPMTAG_BASENAMES |