aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/recno/extern.h
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-02-27 01:59:15 +0000
committerPaul Traina <pst@FreeBSD.org>1996-02-27 01:59:15 +0000
commitef5d438ed4bc17ad7ece3e40fe4d1f9baf3aadf7 (patch)
tree223a02ae7b36628c291a44ca56e521009362cc01 /lib/libc/db/recno/extern.h
parent93b5f489621c75f16326536ed9a1089356a5e9df (diff)
Import updated Berkeley DB into CSRG branch
Notes
Notes: svn path=/vendor/CSRG/dist/; revision=14272
Diffstat (limited to 'lib/libc/db/recno/extern.h')
-rw-r--r--lib/libc/db/recno/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/recno/extern.h b/lib/libc/db/recno/extern.h
index 218813169f93..feed43445332 100644
--- a/lib/libc/db/recno/extern.h
+++ b/lib/libc/db/recno/extern.h
@@ -30,14 +30,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)extern.h 8.2 (Berkeley) 2/21/94
+ * @(#)extern.h 8.3 (Berkeley) 6/4/94
*/
#include "../btree/extern.h"
int __rec_close __P((DB *));
int __rec_delete __P((const DB *, const DBT *, u_int));
-int __rec_dleaf __P((BTREE *, PAGE *, indx_t));
+int __rec_dleaf __P((BTREE *, PAGE *, u_int32_t));
int __rec_fd __P((const DB *));
int __rec_fmap __P((BTREE *, recno_t));
int __rec_fout __P((BTREE *));