From 42a395dc15f98d645ab4e94f8e3d20011e55872c Mon Sep 17 00:00:00 2001 From: Keiser Soze Date: Mon, 18 Mar 2019 08:08:38 +0100 Subject: [PATCH] Add missing header file --- include/hash-file.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/hash-file.h diff --git a/include/hash-file.h b/include/hash-file.h new file mode 100644 index 0000000..36de24a --- /dev/null +++ b/include/hash-file.h @@ -0,0 +1,3 @@ +#pragma once + +int jvl_hash_file(const char *file);