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