* db-int.h: Additional renaming
authorTom Yu <tlyu@mit.edu>
Fri, 13 Feb 1998 21:15:20 +0000 (21:15 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 13 Feb 1998 21:15:20 +0000 (21:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10441 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/include/ChangeLog
src/util/db2/include/db-int.h

index c3441611fa44104525b091d094b84a9c606eec7b..4d3d16d24b501d9a60d5f25e9b966dc4cbf23780 100644 (file)
@@ -1,5 +1,7 @@
 Fri Feb 13 14:39:25 1998  Tom Yu  <tlyu@mit.edu>
 
+       * db-int.h: Additional renaming.
+
        * db.h: Rename dbopen to avoid collision with NetBSD libc.
 
        * db-ndbm.h: Rename lots of functions to avoid collisions with
index 7c3fc1d0880986d98ac24e6dfff9736f3c120908..93ba40be3e2db5e57a30472b4c0bea523b69122a 100644 (file)
@@ -135,7 +135,11 @@ typedef u_int32_t  recno_t;
 
 /* open functions for each database type, used in dbopen() */
 
+#define __bt_open      __kdb2_bt_open
 #define __hash_open    __kdb2_hash_open
+#define __rec_open     __kdb2_rec_open
+#define __dbpanic      __kdb2_dbpanic
+
 DB     *__bt_open __P((const char *, int, int, const BTREEINFO *, int));
 DB     *__hash_open __P((const char *, int, int, const HASHINFO *, int));
 DB     *__rec_open __P((const char *, int, int, const RECNOINFO *, int));