Update.
[glibc.git] / db2 / include / common_ext.h
blob4674f9ce015c9b15dd52ab432f27855242125391
1 /* DO NOT EDIT: automatically built by dist/distrib. */
2 #ifndef _common_ext_h_
3 #define _common_ext_h_
4 int __db_appname __P((DB_ENV *,
5 APPNAME, const char *, const char *, u_int32_t, int *, char **));
6 int __db_apprec __P((DB_ENV *, u_int32_t));
7 int __db_byteorder __P((DB_ENV *, int));
8 #ifdef __STDC__
9 void __db_err __P((const DB_ENV *dbenv, const char *fmt, ...));
10 #else
11 void __db_err();
12 #endif
13 int __db_panic __P((DB *));
14 int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
15 int __db_fcchk
16 __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
17 int __db_cdelchk __P((const DB *, u_int32_t, int, int));
18 int __db_cgetchk __P((const DB *, DBT *, DBT *, u_int32_t, int));
19 int __db_cputchk __P((const DB *,
20 const DBT *, DBT *, u_int32_t, int, int));
21 int __db_delchk __P((const DB *, DBT *, u_int32_t, int));
22 int __db_getchk __P((const DB *, const DBT *, DBT *, u_int32_t));
23 int __db_putchk
24 __P((const DB *, DBT *, const DBT *, u_int32_t, int, int));
25 int __db_statchk __P((const DB *, u_int32_t));
26 int __db_syncchk __P((const DB *, u_int32_t));
27 int __db_ferr __P((const DB_ENV *, const char *, int));
28 u_int32_t __db_log2 __P((u_int32_t));
29 int __db_rattach __P((REGINFO *));
30 int __db_rdetach __P((REGINFO *));
31 int __db_runlink __P((REGINFO *, int));
32 int __db_rgrow __P((REGINFO *, size_t));
33 int __db_rreattach __P((REGINFO *, size_t));
34 void __db_shalloc_init __P((void *, size_t));
35 int __db_shalloc __P((void *, size_t, size_t, void *));
36 void __db_shalloc_free __P((void *, void *));
37 size_t __db_shalloc_count __P((void *));
38 size_t __db_shsizeof __P((void *));
39 void __db_shalloc_dump __P((void *, FILE *));
40 int __db_tablesize __P((u_int32_t));
41 void __db_hashinit __P((void *, u_int32_t));
42 #endif /* _common_ext_h_ */