rpc_client_ext.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _rpc_client_ext_h_
  3. #define _rpc_client_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __dbcl_envserver __P((DB_ENV *, char *, long, long, u_int32_t));
  8. int __dbcl_refresh __P((DB_ENV *));
  9. int __dbcl_txn_close __P((DB_ENV *));
  10. void __dbcl_txn_end __P((DB_TXN *));
  11. int __dbcl_c_destroy __P((DBC *));
  12. void __dbcl_c_refresh __P((DBC *));
  13. int __dbcl_c_setup __P((long, DB *, DBC **));
  14. int __dbcl_retcopy __P((DB_ENV *, DBT *, void *, u_int32_t));
  15. int __dbcl_dbclose_common __P((DB *));
  16. #if defined(__cplusplus)
  17. }
  18. #endif
  19. #endif /* _rpc_client_ext_h_ */