xrpld
Loading...
Searching...
No Matches
Archive.h
1#pragma once
2
3#include <filesystem>
4
5namespace xrpl {
6
15void
16extractTarLz4(std::filesystem::path const& src, std::filesystem::path const& dst);
17
18} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
void extractTarLz4(std::filesystem::path const &src, std::filesystem::path const &dst)
Extract a tar archive compressed with lz4.
Definition Archive.cpp:16