is_hdd update

This commit is contained in:
p8p 2018-08-25 04:16:01 -07:00
parent 91c7d68b2d
commit 9d6539923e
No known key found for this signature in database
GPG key ID: F7078EC66F3061EE
5 changed files with 61 additions and 53 deletions

View file

@ -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);