| 3801 | } |
| 3802 | |
| 3803 | FILE* OpenUndoFile(const CDiskBlockPos &pos, bool fReadOnly) { |
| 3804 | return OpenDiskFile(pos, "rev", fReadOnly); |
| 3805 | } |
| 3806 | |
| 3807 | boost::filesystem::path GetBlockPosFilename(const CDiskBlockPos &pos, const char *prefix) |
| 3808 | { |
no test coverage detected