aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-08-27 03:19:45 +0000
committerTom Yu <tlyu@mit.edu>2002-08-27 03:19:45 +0000
commit7c5620e46afa5800085ec69fe71115ddc525c749 (patch)
treeb8b0f5b9436b01b7af10a0bebcaacb0102e3463d
parentdebd75f36440fac370aabff64f9e984426715931 (diff)
downloadkrb5-7c5620e46afa5800085ec69fe71115ddc525c749.zip
krb5-7c5620e46afa5800085ec69fe71115ddc525c749.tar.gz
krb5-7c5620e46afa5800085ec69fe71115ddc525c749.tar.bz2
* db.h: Add rename and prototype for bt_rseq(); this is a kludge
to avoid stuffing more things into the DB handle. [pullup from trunk] git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-2-2-branch@14772 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/util/db2/include/ChangeLog6
-rw-r--r--src/util/db2/include/db.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 4d3d16d..7b25e55 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-26 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.
+ [pullup from trunk]
+
Fri Feb 13 14:39:25 1998 Tom Yu <tlyu@mit.edu>
* db-int.h: Additional renaming.
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_ */