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);