aboutsummaryrefslogtreecommitdiff
path: root/src/util/db2/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/include/db.h')
-rw-r--r--src/util/db2/include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/db2/include/db.h b/src/util/db2/include/db.h
index 2eaf0bc..980145a 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_ */