diff options
author | stoffu <stoffu@protonmail.ch> | 2018-01-15 08:36:13 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-01-26 10:57:13 +0900 |
commit | ca336c62e3182ac68e46843476a61e612b98e111 (patch) | |
tree | d96e0b38eb066b6ca3c48a2ddcf5dd766d525058 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #3130 (diff) | |
download | monero-ca336c62e3182ac68e46843476a61e612b98e111.tar.xz |
simplewallet: check file overwrite when exporting stuff
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 086076be0..df06fe930 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -128,6 +128,7 @@ namespace cryptonote bool set_merge_destinations(const std::vector<std::string> &args = std::vector<std::string>()); bool set_confirm_backlog(const std::vector<std::string> &args = std::vector<std::string>()); bool set_confirm_backlog_threshold(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_confirm_export_overwrite(const std::vector<std::string> &args = std::vector<std::string>()); bool set_refresh_from_block_height(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); |