diff options
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ namespace fsbridge { void* hFile = (void*)-1; // INVALID_HANDLE_VALUE #endif }; + + std::string get_filesystem_error_message(const fs::filesystem_error& e); }; #endif // BITCOIN_FS_H |