summaryrefslogtreecommitdiff
path: root/bdb/include/common_ext.h
blob: a36d62cac4aa6df00acc10fb45d73e3017827444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef	_common_ext_h_
#define	_common_ext_h_
#if defined(__cplusplus)
extern "C" {
#endif
int __db_byteorder __P((DB_ENV *, int));
int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
int __db_fcchk
   __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
int __db_ferr __P((const DB_ENV *, const char *, int));
int __db_pgerr __P((DB *, db_pgno_t));
int __db_pgfmt __P((DB *, db_pgno_t));
int __db_eopnotsup __P((const DB_ENV *));
#ifdef DIAGNOSTIC
void __db_assert __P((const char *, const char *, int));
#endif
int __db_panic_msg __P((DB_ENV *));
int __db_panic __P((DB_ENV *, int));
void __db_err __P((const DB_ENV *, const char *, ...));
void __db_real_err
    __P((const DB_ENV *, int, int, int, const char *, va_list));
void __db_logmsg __P((const DB_ENV *,
    DB_TXN *, const char *, u_int32_t, const char *, ...));
void __db_real_log __P((const DB_ENV *,
    DB_TXN *, const char *, u_int32_t, const char *, va_list ap));
int __db_unknown_flag __P((DB_ENV *, char *, u_int32_t));
int __db_unknown_type __P((DB_ENV *, char *, u_int32_t));
#ifdef DIAGNOSTIC
int __db_missing_txn_err __P((DB_ENV *));
#endif
int __db_getlong
    __P((DB *, const char *, char *, long, long, long *));
int __db_getulong
    __P((DB *, const char *, char *, u_long, u_long, u_long *));
u_int32_t __db_log2 __P((u_int32_t));
int __db_util_logset __P((const char *, char *));
void __db_util_siginit __P((void));
int __db_util_interrupted __P((void));
void __db_util_sigresend __P((void));
#if defined(__cplusplus)
}
#endif
#endif /* _common_ext_h_ */