~ubuntu-branches/ubuntu/precise/rpm/precise-proposed

« back to all changes in this revision

Viewing changes to db/include/xa_ext.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-06-25 18:57:20 UTC
  • mfrom: (1.1.5 upstream) (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090625185720-617sjskgtgmf09vf
Tags: 4.7.0-7ubuntu1
* Merge from debian unstable, remaining changes:
  - change build depends from libdwarf-dev -> libdw-dev
    (libdwarf-dev is in universe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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_ */