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