diff options
Diffstat (limited to 'bdb/dbinc_auto/dbreg_ext.h')
-rw-r--r-- | bdb/dbinc_auto/dbreg_ext.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/bdb/dbinc_auto/dbreg_ext.h b/bdb/dbinc_auto/dbreg_ext.h deleted file mode 100644 index eda26206d86..00000000000 --- a/bdb/dbinc_auto/dbreg_ext.h +++ /dev/null @@ -1,43 +0,0 @@ -/* DO NOT EDIT: automatically built by dist/s_include. */ -#ifndef _dbreg_ext_h_ -#define _dbreg_ext_h_ - -#if defined(__cplusplus) -extern "C" { -#endif - -int __dbreg_setup __P((DB *, const char *, u_int32_t)); -int __dbreg_teardown __P((DB *)); -int __dbreg_new_id __P((DB *, DB_TXN *)); -int __dbreg_assign_id __P((DB *, int32_t)); -int __dbreg_revoke_id __P((DB *, int)); -int __dbreg_close_id __P((DB *, DB_TXN *)); -int __dbreg_register_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, const DBT *, const DBT *, int32_t, DBTYPE, db_pgno_t, u_int32_t)); -int __dbreg_register_getpgnos __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *)); -int __dbreg_register_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *)); -int __dbreg_register_read __P((DB_ENV *, void *, __dbreg_register_args **)); -int __dbreg_init_print __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *)); -int __dbreg_init_getpgnos __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *)); -int __dbreg_init_recover __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *)); -int __dbreg_register_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *)); -int __dbreg_add_dbentry __P((DB_ENV *, DB_LOG *, DB *, int32_t)); -void __dbreg_rem_dbentry __P((DB_LOG *, int32_t)); -int __dbreg_open_files __P((DB_ENV *)); -int __dbreg_close_files __P((DB_ENV *)); -int __dbreg_nofiles __P((DB_ENV *)); -int __dbreg_id_to_db __P((DB_ENV *, DB_TXN *, DB **, int32_t, int)); -int __dbreg_id_to_db_int __P((DB_ENV *, DB_TXN *, DB **, int32_t, int, int)); -int __dbreg_id_to_fname __P((DB_LOG *, int32_t, int, FNAME **)); -int __dbreg_fid_to_fname __P((DB_LOG *, u_int8_t *, int, FNAME **)); -int __dbreg_get_name __P((DB_ENV *, u_int8_t *, char **)); -int __dbreg_do_open __P((DB_ENV *, DB_TXN *, DB_LOG *, u_int8_t *, char *, DBTYPE, int32_t, db_pgno_t, void *, u_int32_t)); -int __dbreg_lazy_id __P((DB *)); -int __dbreg_push_id __P((DB_ENV *, int32_t)); -int __dbreg_pop_id __P((DB_ENV *, int32_t *)); -int __dbreg_pluck_id __P((DB_ENV *, int32_t)); -void __dbreg_print_dblist __P((DB_ENV *)); - -#if defined(__cplusplus) -} -#endif -#endif /* !_dbreg_ext_h_ */ |