about summary refs log tree commit diff stats
path: root/filehash.h
diff options
context:
space:
mode:
Diffstat (limited to 'filehash.h')
-rw-r--r--filehash.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/filehash.h b/filehash.h
new file mode 100644
index 0000000..4f99b0e
--- /dev/null
+++ b/filehash.h
@@ -0,0 +1,7 @@
+#pragma once
+
+typedef struct filehash_t filehash_t;
+
+filehash_t *filehash_new(const char *hash_program, unsigned max_per_invocation);
+
+void filehash_free(filehash_t *);