]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bloom.h
git-prompt: change == to = for zsh's sake
[thirdparty/git.git] / bloom.h
diff --git a/bloom.h b/bloom.h
index b2a8379a71bd7f844f7933afc5b48d84c51bb8df..d8fbb0fbf19631ccb33d2e57590f977467579102 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,