diff options
author | jbj <devnull@localhost> | 2002-07-25 00:13:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-25 00:13:25 +0000 |
commit | 81fef9848051e5068694cde9b3c2be743d5a93e1 (patch) | |
tree | 5750bdaf2c7f72800a5a8e0429ad907775058de5 /rpmdb | |
parent | c4f6f42f9458f0b20f16138ddc6f91f201c6ef03 (diff) | |
download | rpm-81fef9848051e5068694cde9b3c2be743d5a93e1.tar.gz rpm-81fef9848051e5068694cde9b3c2be743d5a93e1.tar.bz2 rpm-81fef9848051e5068694cde9b3c2be743d5a93e1.zip |
- python: add ts.hdrCheck(), ts.rebuildDB() methods.
- python: iterating on an ts object returns transaction elements now.
- add yellowdog as vendor.
CVS patchset: 5570
CVS date: 2002/07/25 00:13:25
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/rpmdb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h index aabadbba0..920205c6c 100644 --- a/rpmdb/rpmdb.h +++ b/rpmdb/rpmdb.h @@ -712,7 +712,7 @@ int dbiJoin(dbiIndex dbi, DBC ** curslist, /*@out@*/ DBC ** dbcp, /** \ingroup dbi * Is database byte swapped? * @param dbi index database handle - * @return 0 no + * @return 0 same order, 1 swapped order */ /*@unused@*/ static inline int dbiByteSwapped(dbiIndex dbi) @@ -725,7 +725,8 @@ int dbiByteSwapped(dbiIndex dbi) /** \ingroup dbi * Is database byte swapped? * @param dbi index database handle - * @return 0 no + * @param flags DB_FAST_STAT or 0 + * @return 0 on success */ /*@unused@*/ static inline int dbiStat(dbiIndex dbi, unsigned int flags) |