xref: /onnv-gate/usr/src/cmd/sendmail/db/include/common_ext.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /* DO NOT EDIT: automatically built by dist/distrib. */
2*0Sstevel@tonic-gate #ifndef _common_ext_h_
3*0Sstevel@tonic-gate #define _common_ext_h_
4*0Sstevel@tonic-gate int __db_appname __P((DB_ENV *,
5*0Sstevel@tonic-gate    APPNAME, const char *, const char *, u_int32_t, int *, char **));
6*0Sstevel@tonic-gate int __db_apprec __P((DB_ENV *, u_int32_t));
7*0Sstevel@tonic-gate int __db_byteorder __P((DB_ENV *, int));
8*0Sstevel@tonic-gate int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
9*0Sstevel@tonic-gate int __db_fcchk
10*0Sstevel@tonic-gate    __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
11*0Sstevel@tonic-gate int __db_ferr __P((const DB_ENV *, const char *, int));
12*0Sstevel@tonic-gate #ifdef __STDC__
13*0Sstevel@tonic-gate void __db_err __P((const DB_ENV *dbenv, const char *fmt, ...));
14*0Sstevel@tonic-gate #else
15*0Sstevel@tonic-gate void __db_err();
16*0Sstevel@tonic-gate #endif
17*0Sstevel@tonic-gate int __db_pgerr __P((DB *, db_pgno_t));
18*0Sstevel@tonic-gate int __db_pgfmt __P((DB *, db_pgno_t));
19*0Sstevel@tonic-gate int __db_panic __P((DB_ENV *, int));
20*0Sstevel@tonic-gate u_int32_t __db_log2 __P((u_int32_t));
21*0Sstevel@tonic-gate int __db_rattach __P((REGINFO *));
22*0Sstevel@tonic-gate int __db_rdetach __P((REGINFO *));
23*0Sstevel@tonic-gate int __db_runlink __P((REGINFO *, int));
24*0Sstevel@tonic-gate int __db_rgrow __P((REGINFO *, size_t));
25*0Sstevel@tonic-gate int __db_rreattach __P((REGINFO *, size_t));
26*0Sstevel@tonic-gate void __db_shalloc_init __P((void *, size_t));
27*0Sstevel@tonic-gate int __db_shalloc __P((void *, size_t, size_t, void *));
28*0Sstevel@tonic-gate void __db_shalloc_free __P((void *, void *));
29*0Sstevel@tonic-gate size_t __db_shalloc_count __P((void *));
30*0Sstevel@tonic-gate size_t __db_shsizeof __P((void *));
31*0Sstevel@tonic-gate void __db_shalloc_dump __P((void *, FILE *));
32*0Sstevel@tonic-gate int __db_tablesize __P((u_int32_t));
33*0Sstevel@tonic-gate void __db_hashinit __P((void *, u_int32_t));
34*0Sstevel@tonic-gate #endif /* _common_ext_h_ */
35