diff options
author | jbj <devnull@localhost> | 2002-09-20 21:26:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-09-20 21:26:16 +0000 |
commit | 9e6dc0e00ec028a14812ba36fc781fb6e121bb3b (patch) | |
tree | fea72d7f21ddd6a94438aa054bc7aa791358753e /lib/rpmds.h | |
parent | 56b4e83a2ee1ab40c7f92cfa4d962fcede4ef785 (diff) | |
download | librpm-tizen-9e6dc0e00ec028a14812ba36fc781fb6e121bb3b.tar.gz librpm-tizen-9e6dc0e00ec028a14812ba36fc781fb6e121bb3b.tar.bz2 librpm-tizen-9e6dc0e00ec028a14812ba36fc781fb6e121bb3b.zip |
- eliminate myftw, use Fts(3) instead.
CVS patchset: 5730
CVS date: 2002/09/20 21:26:16
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r-- | lib/rpmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h index ee46e072e..85543f3f4 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -232,6 +232,7 @@ int rpmdsNoPromote(/*@null@*/ const rpmds ds) /** * Set "Don't promote Epoch:" flag. * @param ds dependency set + * @param nopromote Should an unspecified Epoch: be treated as Epoch: 0? * @return previous "Don't promote Epoch:" flag */ int rpmdsSetNoPromote(/*@null@*/ rpmds ds, int nopromote) |