xref: /csrg-svn/lib/libc/db/recno/extern.h (revision 66195)
150995Sbostic /*-
261207Sbostic  * Copyright (c) 1991, 1993
361207Sbostic  *	The Regents of the University of California.  All rights reserved.
450995Sbostic  *
550995Sbostic  * %sccs.include.redist.c%
650995Sbostic  *
7*66195Sbostic  *	@(#)extern.h	8.2 (Berkeley) 02/21/94
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));
14*66195Sbostic int	 __rec_dleaf __P((BTREE *, PAGE *, indx_t));
1560268Sbostic 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