mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:32:22 -04:00
is_hdd update
This commit is contained in:
parent
91c7d68b2d
commit
9d6539923e
5 changed files with 61 additions and 53 deletions
|
@ -230,7 +230,7 @@ namespace tools
|
|||
bool sha256sum(const uint8_t *data, size_t len, crypto::hash &hash);
|
||||
bool sha256sum(const std::string &filename, crypto::hash &hash);
|
||||
|
||||
bool is_hdd(const char *path);
|
||||
boost::optional<bool> is_hdd(const char *path);
|
||||
|
||||
boost::optional<std::pair<uint32_t, uint32_t>> parse_subaddress_lookahead(const std::string& str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue