summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-25 00:13:25 +0000
committerjbj <devnull@localhost>2002-07-25 00:13:25 +0000
commit81fef9848051e5068694cde9b3c2be743d5a93e1 (patch)
tree5750bdaf2c7f72800a5a8e0429ad907775058de5 /rpmdb
parentc4f6f42f9458f0b20f16138ddc6f91f201c6ef03 (diff)
downloadrpm-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.h5
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)