Bitcoin ABC
0.32.4
P2P Digital Currency
src
wallet
salvage.h
Go to the documentation of this file.
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2020 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef BITCOIN_WALLET_SALVAGE_H
7
#define BITCOIN_WALLET_SALVAGE_H
8
9
#include <
streams.h
>
10
#include <
util/fs.h
>
11
12
struct
bilingual_str
;
13
14
bool
RecoverDatabaseFile
(
const
fs::path
&file_path,
bilingual_str
&error,
15
std::vector<bilingual_str> &warnings);
16
17
#endif
// BITCOIN_WALLET_SALVAGE_H
fs::path
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...
Definition:
fs.h:30
fs.h
RecoverDatabaseFile
bool RecoverDatabaseFile(const fs::path &file_path, bilingual_str &error, std::vector< bilingual_str > &warnings)
Definition:
salvage.cpp:24
streams.h
bilingual_str
Bilingual messages:
Definition:
translation.h:17
Generated on Thu Dec 4 2025 17:00:35 for Bitcoin ABC by
1.9.4