~ubuntu-branches/debian/experimental/sks/experimental

« back to all changes in this revision

Viewing changes to bdb/dbstubs.h

  • Committer: Package Import Robot
  • Author(s): Daniel Kahn Gillmor
  • Date: 2013-06-27 16:39:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130627163902-qqic4va2187boeji
Tags: 1.1.4-1
* New Upstream Release (Closes: #690135)
* added myself to Uploaders.
* convert to dh 9
* Standards-Version: bump to 3.9.4 (no changes needed)
* debian/rules: clean up
* refresh and clean up debian/patches
* switch packaging vcs to git
* avoid trying to upgrade DB_CONFIG (Closes: #709322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
struct camldbenv {
18
18
  final_fun f;
19
19
  DBENV *dbenv;
20
 
  int closed; 
 
20
  int closed;
21
21
}
22
22
 
23
23
#define Camldbenv_wosize \