File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
#include < stdint.h>
20
20
21
+ #include < db_cxx.h>
21
22
#include < sys/stat.h>
22
23
23
24
// Windows may not define S_IRUSR or S_IWUSR. We define both
Original file line number Diff line number Diff line change 21
21
#include < unordered_map>
22
22
#include < vector>
23
23
24
- #include < db_cxx.h>
25
-
26
24
struct bilingual_str ;
27
25
26
+ class DbEnv ;
27
+ class DbTxn ;
28
+ class Db ;
29
+ class Dbc ;
30
+
28
31
// This constant was introduced in BDB 4.0.14 and has never changed, but there
29
32
// is a belt-and-suspenders check in the cpp file just in case.
30
33
#define BDB_DB_FILE_ID_LEN 20 /* Unique file ID length. */
Original file line number Diff line number Diff line change 11
11
#include < wallet/wallet.h>
12
12
#include < wallet/walletdb.h>
13
13
14
+ #include < db_cxx.h>
15
+
14
16
namespace wallet {
15
17
/* End of headers, beginning of key/value data */
16
18
static const char *HEADER_END = " HEADER=END" ;
You can’t perform that action at this time.
0 commit comments