8 lines
168 B
C++
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
|