From 2eeee990f029779d8d1c2205b99a239bf87fbbe5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jun 2024 23:45:27 +0200 Subject: Hash to a vector of bytes rather than an ASCII string. --- src/KM_fileio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/KM_fileio.h') diff --git a/src/KM_fileio.h b/src/KM_fileio.h index 38f7301..177d017 100755 --- a/src/KM_fileio.h +++ b/src/KM_fileio.h @@ -34,6 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "KM_util.h" #include +#include #include #ifdef KM_WIN32 @@ -405,7 +406,7 @@ namespace Kumu void StartHashing(); void MaybeHash(void const*, int); - std::string StopHashing(); + std::vector StopHashing(); }; Result_t CreateDirectoriesInPath(const std::string& Path); -- cgit v1.2.3