xref: /onnv-gate/usr/src/cmd/sendmail/db/include/log_ext.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /* DO NOT EDIT: automatically built by dist/distrib. */
2*0Sstevel@tonic-gate #ifndef _log_ext_h_
3*0Sstevel@tonic-gate #define _log_ext_h_
4*0Sstevel@tonic-gate void __log_panic __P((DB_ENV *));
5*0Sstevel@tonic-gate int __log_find __P((DB_LOG *, int, int *));
6*0Sstevel@tonic-gate int __log_valid __P((DB_LOG *, u_int32_t, int));
7*0Sstevel@tonic-gate int __log_register_log
8*0Sstevel@tonic-gate     __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
9*0Sstevel@tonic-gate     u_int32_t, const DBT *, const DBT *, u_int32_t,
10*0Sstevel@tonic-gate     DBTYPE));
11*0Sstevel@tonic-gate int __log_register_print
12*0Sstevel@tonic-gate    __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
13*0Sstevel@tonic-gate int __log_register_read __P((void *, __log_register_args **));
14*0Sstevel@tonic-gate int __log_init_print __P((DB_ENV *));
15*0Sstevel@tonic-gate int __log_init_recover __P((DB_ENV *));
16*0Sstevel@tonic-gate int __log_findckp __P((DB_LOG *, DB_LSN *));
17*0Sstevel@tonic-gate int __log_get __P((DB_LOG *, DB_LSN *, DBT *, u_int32_t, int));
18*0Sstevel@tonic-gate int __log_put __P((DB_LOG *, DB_LSN *, const DBT *, u_int32_t));
19*0Sstevel@tonic-gate int __log_name __P((DB_LOG *, u_int32_t, char **, int *, u_int32_t));
20*0Sstevel@tonic-gate int __log_register_recover
21*0Sstevel@tonic-gate     __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
22*0Sstevel@tonic-gate int __log_add_logid __P((DB_LOG *, DB *, const char *, u_int32_t));
23*0Sstevel@tonic-gate int __db_fileid_to_db __P((DB_LOG *, DB **, u_int32_t));
24*0Sstevel@tonic-gate void __log_close_files __P((DB_LOG *));
25*0Sstevel@tonic-gate void __log_rem_logid __P((DB_LOG *, u_int32_t));
26*0Sstevel@tonic-gate #endif /* _log_ext_h_ */
27