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 int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t)); 9 int __db_fcchk 10 __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t)); 11 int __db_ferr __P((const DB_ENV *, const char *, int)); 12 #ifdef __STDC__ 13 void __db_err __P((const DB_ENV *dbenv, const char *fmt, ...)); 14 #else 15 void __db_err(); 16 #endif 17 int __db_pgerr __P((DB *, db_pgno_t)); 18 int __db_pgfmt __P((DB *, db_pgno_t)); 19 int __db_panic __P((DB_ENV *, int)); 20 u_int32_t __db_log2 __P((u_int32_t)); 21 int __db_rattach __P((REGINFO *)); 22 int __db_rdetach __P((REGINFO *)); 23 int __db_runlink __P((REGINFO *, int)); 24 int __db_rgrow __P((REGINFO *, size_t)); 25 int __db_rreattach __P((REGINFO *, size_t)); 26 void __db_shalloc_init __P((void *, size_t)); 27 int __db_shalloc __P((void *, size_t, size_t, void *)); 28 void __db_shalloc_free __P((void *, void *)); 29 size_t __db_shalloc_count __P((void *)); 30 size_t __db_shsizeof __P((void *)); 31 void __db_shalloc_dump __P((void *, FILE *)); 32 int __db_tablesize __P((u_int32_t)); 33 void __db_hashinit __P((void *, u_int32_t)); 34 #endif /* _common_ext_h_ */ 35