]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bloom.h
line-log: integrate with changed-path Bloom filters
[thirdparty/git.git] / bloom.h
diff --git a/bloom.h b/bloom.h
index a51e3715296ebe19d20b2b1e82b8ab3d06fd65bb..d0c69172e6773fb717b8afc8ae65a50209cf9484 100644 (file)
--- a/bloom.h
+++ b/bloom.h
@@ -72,6 +72,7 @@ void fill_bloom_key(const char *data,
                    size_t len,
                    struct bloom_key *key,
                    const struct bloom_filter_settings *settings);
+void clear_bloom_key(struct bloom_key *key);
 
 void add_key_to_filter(const struct bloom_key *key,
                       struct bloom_filter *filter,