]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bloom.h
Merge branch 'es/bugreport-with-hooks'
[thirdparty/git.git] / bloom.h
diff --git a/bloom.h b/bloom.h
index 760d7122374ba115483ad47d3f1153dcc285a3a5..e0e59e0754f1fb710b6ea3b7450c4771452eef2f 100644 (file)
--- a/bloom.h
+++ b/bloom.h
@@ -83,4 +83,8 @@ struct bloom_filter *get_bloom_filter(struct repository *r,
                                      struct commit *c,
                                      int compute_if_not_present);
 
-#endif
\ No newline at end of file
+int bloom_filter_contains(const struct bloom_filter *filter,
+                         const struct bloom_key *key,
+                         const struct bloom_filter_settings *settings);
+
+#endif