rpm/db/include_auto/txn_ext.in

85 lines
5.2 KiB
Plaintext

/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef _txn_ext_h_
#define _txn_ext_h_
#if defined(__cplusplus)
extern "C" {
#endif
#define __txn_xa_begin __txn_xa_begin@DB_VERSION_UNIQUE_NAME@
int __txn_xa_begin __P((DB_ENV *, DB_TXN *));
#define __txn_compensate_begin __txn_compensate_begin@DB_VERSION_UNIQUE_NAME@
int __txn_compensate_begin __P((DB_ENV *, DB_TXN **txnp));
#define __txn_activekids __txn_activekids@DB_VERSION_UNIQUE_NAME@
int __txn_activekids __P((DB_ENV *, u_int32_t, DB_TXN *));
#define __txn_force_abort __txn_force_abort@DB_VERSION_UNIQUE_NAME@
void __txn_force_abort __P((u_int8_t *));
#define __txn_old_regop_print __txn_old_regop_print@DB_VERSION_UNIQUE_NAME@
int __txn_old_regop_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_old_regop_read __txn_old_regop_read@DB_VERSION_UNIQUE_NAME@
int __txn_old_regop_read __P((DB_ENV *, void *, __txn_old_regop_args **));
#define __txn_regop_log __txn_regop_log@DB_VERSION_UNIQUE_NAME@
int __txn_regop_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, int32_t));
#define __txn_regop_print __txn_regop_print@DB_VERSION_UNIQUE_NAME@
int __txn_regop_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_regop_read __txn_regop_read@DB_VERSION_UNIQUE_NAME@
int __txn_regop_read __P((DB_ENV *, void *, __txn_regop_args **));
#define __txn_old_ckp_print __txn_old_ckp_print@DB_VERSION_UNIQUE_NAME@
int __txn_old_ckp_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_old_ckp_read __txn_old_ckp_read@DB_VERSION_UNIQUE_NAME@
int __txn_old_ckp_read __P((DB_ENV *, void *, __txn_old_ckp_args **));
#define __txn_ckp_log __txn_ckp_log@DB_VERSION_UNIQUE_NAME@
int __txn_ckp_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, DB_LSN *, DB_LSN *, int32_t));
#define __txn_ckp_print __txn_ckp_print@DB_VERSION_UNIQUE_NAME@
int __txn_ckp_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_ckp_read __txn_ckp_read@DB_VERSION_UNIQUE_NAME@
int __txn_ckp_read __P((DB_ENV *, void *, __txn_ckp_args **));
#define __txn_xa_regop_old_print __txn_xa_regop_old_print@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_old_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_xa_regop_old_read __txn_xa_regop_old_read@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_old_read __P((DB_ENV *, void *, __txn_xa_regop_old_args **));
#define __txn_xa_regop_log __txn_xa_regop_log@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, const DBT *, int32_t, u_int32_t, u_int32_t, DB_LSN *));
#define __txn_xa_regop_print __txn_xa_regop_print@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_xa_regop_read __txn_xa_regop_read@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_read __P((DB_ENV *, void *, __txn_xa_regop_args **));
#define __txn_child_old_print __txn_child_old_print@DB_VERSION_UNIQUE_NAME@
int __txn_child_old_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_child_old_read __txn_child_old_read@DB_VERSION_UNIQUE_NAME@
int __txn_child_old_read __P((DB_ENV *, void *, __txn_child_old_args **));
#define __txn_child_log __txn_child_log@DB_VERSION_UNIQUE_NAME@
int __txn_child_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, DB_LSN *));
#define __txn_child_print __txn_child_print@DB_VERSION_UNIQUE_NAME@
int __txn_child_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_child_read __txn_child_read@DB_VERSION_UNIQUE_NAME@
int __txn_child_read __P((DB_ENV *, void *, __txn_child_args **));
#define __txn_init_print __txn_init_print@DB_VERSION_UNIQUE_NAME@
int __txn_init_print __P((DB_ENV *));
#define __txn_init_recover __txn_init_recover@DB_VERSION_UNIQUE_NAME@
int __txn_init_recover __P((DB_ENV *));
#define __txn_regop_recover __txn_regop_recover@DB_VERSION_UNIQUE_NAME@
int __txn_regop_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_xa_regop_recover __txn_xa_regop_recover@DB_VERSION_UNIQUE_NAME@
int __txn_xa_regop_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_ckp_recover __txn_ckp_recover@DB_VERSION_UNIQUE_NAME@
int __txn_ckp_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_child_recover __txn_child_recover@DB_VERSION_UNIQUE_NAME@
int __txn_child_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
#define __txn_continue __txn_continue@DB_VERSION_UNIQUE_NAME@
void __txn_continue __P((DB_ENV *, DB_TXN *, TXN_DETAIL *, size_t));
#define __txn_map_gid __txn_map_gid@DB_VERSION_UNIQUE_NAME@
int __txn_map_gid __P((DB_ENV *, u_int8_t *, TXN_DETAIL **, size_t *));
#define __txn_get_prepared __txn_get_prepared@DB_VERSION_UNIQUE_NAME@
int __txn_get_prepared __P((DB_ENV *, XID *, DB_PREPLIST *, long, long *, u_int32_t));
#define __txn_dbenv_create __txn_dbenv_create@DB_VERSION_UNIQUE_NAME@
void __txn_dbenv_create __P((DB_ENV *));
#define __txn_open __txn_open@DB_VERSION_UNIQUE_NAME@
int __txn_open __P((DB_ENV *));
#define __txn_close __txn_close@DB_VERSION_UNIQUE_NAME@
int __txn_close __P((DB_ENV *));
#define __txn_region_destroy __txn_region_destroy@DB_VERSION_UNIQUE_NAME@
void __txn_region_destroy __P((DB_ENV *, REGINFO *));
#if defined(__cplusplus)
}
#endif
#endif /* _txn_ext_h_ */