rippled
Loading...
Searching...
No Matches
Archive.h
1#ifndef XRPL_BASICS_ARCHIVE_H_INCLUDED
2#define XRPL_BASICS_ARCHIVE_H_INCLUDED
3
4#include <boost/filesystem.hpp>
5
6namespace ripple {
7
15void
17 boost::filesystem::path const& src,
18 boost::filesystem::path const& dst);
19
20} // namespace ripple
21
22#endif
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
void extractTarLz4(boost::filesystem::path const &src, boost::filesystem::path const &dst)
Extract a tar archive compressed with lz4.
Definition Archive.cpp:17