summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-08-23 17:54:59 +0000
committerTom Yu <tlyu@mit.edu>2002-08-23 17:54:59 +0000
commitb7217d2386acca81bd6cd74d56da82bdace727d4 (patch)
tree83d37394a9ee0dc1b407429534d5d39e3555aefa /src/util/db2/include
parent263c19aee5cb6cf5697abf92faaf511c346dccad (diff)
downloadkrb5-b7217d2386acca81bd6cd74d56da82bdace727d4.tar.gz
krb5-b7217d2386acca81bd6cd74d56da82bdace727d4.tar.xz
krb5-b7217d2386acca81bd6cd74d56da82bdace727d4.zip
* db.h: Add rename and prototype for bt_rseq(); this is a kludge
to avoid stuffing more things into the DB handle. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14751 dc483132-0cff-0310-8789-dd5450dbe970
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_ */