diff options
Diffstat (limited to 'db/include_auto/rep_ext.h')
-rw-r--r-- | db/include_auto/rep_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/include_auto/rep_ext.h b/db/include_auto/rep_ext.h index f030c9c23..440065c25 100644 --- a/db/include_auto/rep_ext.h +++ b/db/include_auto/rep_ext.h @@ -7,12 +7,12 @@ extern "C" { int __rep_dbenv_create __P((DB_ENV *)); int __rep_process_message __P((DB_ENV *, DBT *, DBT *, int *)); int __rep_client_dbinit __P((DB_ENV *, int)); -int __rep_send_message __P((DB_ENV *, int, u_int32_t, DB_LSN *, const DBT *, u_int32_t)); int __rep_region_init __P((DB_ENV *)); int __rep_region_destroy __P((DB_ENV *)); int __rep_dbenv_close __P((DB_ENV *)); int __rep_preclose __P((DB_ENV *)); int __rep_check_alloc __P((DB_ENV *, TXN_RECS *, int)); +int __rep_send_message __P((DB_ENV *, int, u_int32_t, DB_LSN *, const DBT *, u_int32_t)); int __rep_new_master __P((DB_ENV *, REP_CONTROL *, int)); int __rep_lockpgno_init __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *)); int __rep_unlockpages __P((DB_ENV *, u_int32_t)); |