common_ext.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:2k
- /* 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_ */