1N/A/* DO NOT EDIT: automatically built by dist/distrib. */
1N/A#ifndef _mp_ext_h_
1N/A#define _mp_ext_h_
1N/Aint __memp_bhwrite
1N/A __P((DB_MPOOL *, MPOOLFILE *, BH *, int *, int *));
1N/Aint __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
1N/Aint __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
1N/Aint __memp_pg __P((DB_MPOOLFILE *, BH *, int));
1N/Avoid __memp_bhfree __P((DB_MPOOL *, MPOOLFILE *, BH *, int));
1N/Aint __memp_fopen __P((DB_MPOOL *, MPOOLFILE *, const char *,
1N/A u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
1N/Avoid __memp_panic __P((DB_ENV *));
1N/Achar * __memp_fn __P((DB_MPOOLFILE *));
1N/Achar * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
1N/Avoid __memp_dump_region __P((DB_MPOOL *, char *, FILE *));
1N/Aint __memp_reg_alloc __P((DB_MPOOL *, size_t, size_t *, void *));
1N/Aint __memp_alloc __P((DB_MPOOL *, size_t, size_t *, void *));
1N/Aint __memp_ropen
1N/A __P((DB_MPOOL *, const char *, size_t, int, int, u_int32_t));
1N/Aint __mp_xxx_fd __P((DB_MPOOLFILE *, int *));
1N/A#endif /* _mp_ext_h_ */