summaryrefslogtreecommitdiff
path: root/dedupe.h
diff options
context:
space:
mode:
Diffstat (limited to 'dedupe.h')
-rw-r--r--dedupe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dedupe.h b/dedupe.h
new file mode 100644
index 00000000..d4c4dc37
--- /dev/null
+++ b/dedupe.h
@@ -0,0 +1,6 @@
+#ifndef DEDUPE_H
+#define DEDUPE_H
+
+int init_dedupe_working_set_seeds(struct thread_data *td);
+
+#endif