150995Sbostic /*- 250995Sbostic * Copyright (c) 1991 The Regents of the University of California. 350995Sbostic * All rights reserved. 450995Sbostic * 550995Sbostic * %sccs.include.redist.c% 650995Sbostic * 7*60268Sbostic * @(#)extern.h 5.5 (Berkeley) 05/24/93 850995Sbostic */ 950995Sbostic 1051085Sbostic #include "../btree/extern.h" 1151085Sbostic 1250995Sbostic int __rec_close __P((DB *)); 1350995Sbostic int __rec_delete __P((const DB *, const DBT *, u_int)); 1451085Sbostic int __rec_dleaf __P((BTREE *, PAGE *, int)); 15*60268Sbostic int __rec_fd __P((const DB *)); 1650995Sbostic int __rec_fmap __P((BTREE *, recno_t)); 1750995Sbostic int __rec_fout __P((BTREE *)); 1850995Sbostic int __rec_fpipe __P((BTREE *, recno_t)); 1951085Sbostic int __rec_get __P((const DB *, const DBT *, DBT *, u_int)); 2050995Sbostic int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int)); 2156752Sbostic int __rec_put __P((const DB *dbp, DBT *, const DBT *, u_int)); 2256752Sbostic int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *)); 2351085Sbostic EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP)); 2450995Sbostic int __rec_seq __P((const DB *, DBT *, DBT *, u_int)); 2560050Sbostic int __rec_sync __P((const DB *, u_int)); 2650995Sbostic int __rec_vmap __P((BTREE *, recno_t)); 2750995Sbostic int __rec_vout __P((BTREE *)); 2850995Sbostic int __rec_vpipe __P((BTREE *, recno_t)); 29