test: Add 1 and update 10 files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
namespace simple_object_storage {
|
||||
|
||||
uint64_t get_hash_from_tgz(const std::string& file_path);
|
||||
// Returns SHA-256 hash of unpacked tgz contents, or empty string on error
|
||||
std::string get_hash_from_tgz(const std::string& file_path);
|
||||
|
||||
} // namespace simple_object_storage
|
Reference in New Issue
Block a user