~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libdb/dbinc_auto/dbreg_ext.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* DO NOT EDIT: automatically built by dist/s_include. */
2
 
#ifndef _dbreg_ext_h_
3
 
#define _dbreg_ext_h_
4
 
 
5
 
#if defined(__cplusplus)
6
 
extern "C" {
7
 
#endif
8
 
 
9
 
int __dbreg_setup __P((DB *, const char *, u_int32_t));
10
 
int __dbreg_teardown __P((DB *));
11
 
int __dbreg_new_id __P((DB *, DB_TXN *));
12
 
int __dbreg_assign_id __P((DB *, int32_t));
13
 
int __dbreg_revoke_id __P((DB *, int));
14
 
int __dbreg_close_id __P((DB *, DB_TXN *));
15
 
int __dbreg_register_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, const DBT *, const DBT *, int32_t, DBTYPE, db_pgno_t, u_int32_t));
16
 
int __dbreg_register_getpgnos __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
17
 
int __dbreg_register_print __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
18
 
int __dbreg_register_read __P((DB_ENV *, void *, __dbreg_register_args **));
19
 
int __dbreg_init_print __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *));
20
 
int __dbreg_init_getpgnos __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *));
21
 
int __dbreg_init_recover __P((DB_ENV *, int (***)(DB_ENV *, DBT *, DB_LSN *, db_recops, void *), size_t *));
22
 
int __dbreg_register_recover __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
23
 
int __dbreg_add_dbentry __P((DB_ENV *, DB_LOG *, DB *, int32_t));
24
 
void __dbreg_rem_dbentry __P((DB_LOG *, int32_t));
25
 
int __dbreg_open_files __P((DB_ENV *));
26
 
int __dbreg_close_files __P((DB_ENV *));
27
 
int __dbreg_nofiles __P((DB_ENV *));
28
 
int __dbreg_id_to_db __P((DB_ENV *, DB_TXN *, DB **, int32_t, int));
29
 
int __dbreg_id_to_db_int __P((DB_ENV *, DB_TXN *, DB **, int32_t, int, int));
30
 
int __dbreg_id_to_fname __P((DB_LOG *, int32_t, int, FNAME **));
31
 
int __dbreg_fid_to_fname __P((DB_LOG *, u_int8_t *, int, FNAME **));
32
 
int __dbreg_get_name __P((DB_ENV *, u_int8_t *, char **));
33
 
int __dbreg_do_open __P((DB_ENV *, DB_TXN *, DB_LOG *, u_int8_t *, char *, DBTYPE, int32_t, db_pgno_t, void *, u_int32_t));
34
 
int __dbreg_lazy_id __P((DB *));
35
 
int __dbreg_push_id __P((DB_ENV *, int32_t));
36
 
int __dbreg_pop_id __P((DB_ENV *, int32_t *));
37
 
int __dbreg_pluck_id __P((DB_ENV *, int32_t));
38
 
void __dbreg_print_dblist __P((DB_ENV *));
39
 
 
40
 
#if defined(__cplusplus)
41
 
}
42
 
#endif
43
 
#endif /* !_dbreg_ext_h_ */