1N/A/* DO NOT EDIT: automatically built by dist/distrib. */
1N/A#ifndef _txn_ext_h_
1N/A#define _txn_ext_h_
1N/Avoid __txn_panic __P((DB_ENV *));
1N/Aint __txn_xa_begin __P((DB_ENV *, DB_TXN *));
1N/Aint __txn_is_ancestor __P((DB_TXNMGR *, size_t, size_t));
1N/Aint __txn_regop_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t));
1N/Aint __txn_regop_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_regop_read __P((void *, __txn_regop_args **));
1N/Aint __txn_ckp_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A DB_LSN *, DB_LSN *));
1N/Aint __txn_ckp_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_ckp_read __P((void *, __txn_ckp_args **));
1N/Aint __txn_xa_regop_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, const DBT *, int32_t, u_int32_t,
1N/A u_int32_t, DB_LSN *));
1N/Aint __txn_xa_regop_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_xa_regop_read __P((void *, __txn_xa_regop_args **));
1N/Aint __txn_child_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, u_int32_t));
1N/Aint __txn_child_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_child_read __P((void *, __txn_child_args **));
1N/Aint __txn_init_print __P((DB_ENV *));
1N/Aint __txn_init_recover __P((DB_ENV *));
1N/Aint __txn_regop_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_xa_regop_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_ckp_recover __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __txn_child_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/A#endif /* _txn_ext_h_ */