summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/include')
-rw-r--r--src/util/db2/include/ChangeLog5
-rw-r--r--src/util/db2/include/db.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 72a10ed35..b025bde91 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-23 Tom Yu <tlyu@mit.edu>
+
+ * db.h: Add rename and prototype for bt_rseq(); this is a kludge
+ to avoid stuffing more things into the DB handle.
+
2001-10-24 Ezra Peisach <epeisach@mit.edu>
* db-config.h.in: Remove unnecessary definitions for including
diff --git a/src/util/db2/include/db.h b/src/util/db2/include/db.h
index 2eaf0bcf9..980145a3d 100644
--- a/src/util/db2/include/db.h
+++ b/src/util/db2/include/db.h
@@ -166,8 +166,10 @@ typedef struct {
#endif
#define dbopen kdb2_dbopen
+#define bt_rseq kdb2_bt_rseq /* XXX kludge */
__BEGIN_DECLS
DB *dbopen __P((const char *, int, int, DBTYPE, const void *));
+int bt_rseq(const DB*, DBT *, DBT *, void **, u_int); /* XXX kludge */
__END_DECLS
#endif /* !_DB_H_ */