xa_ext.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _xa_ext_h_
  3. #define _xa_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __db_xa_create __P((DB *));
  8. int __db_rmid_to_env __P((int rmid, DB_ENV **envp));
  9. int __db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
  10. int __db_map_rmid __P((int, DB_ENV *));
  11. int __db_unmap_rmid __P((int));
  12. int __db_map_xid __P((DB_ENV *, XID *, size_t));
  13. void __db_unmap_xid __P((DB_ENV *, XID *, size_t));
  14. #if defined(__cplusplus)
  15. }
  16. #endif
  17. #endif /* !_xa_ext_h_ */