Files
simple-object-server/src/compress.hpp
2025-05-03 11:22:32 +12:00

8 lines
168 B
C++

#include <string>
#include <cstdint>
namespace simple_object_storage {
uint64_t get_hash_from_tgz(const std::string& file_path);
} // namespace simple_object_storage