]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bloom.h
The sixth batch
[thirdparty/git.git] / bloom.h
diff --git a/bloom.h b/bloom.h
index e0e59e0754f1fb710b6ea3b7450c4771452eef2f..d8fbb0fbf19631ccb33d2e57590f977467579102 100644 (file)
--- a/bloom.h
+++ b/bloom.h
@@ -72,10 +72,11 @@ 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,
-                                          const struct bloom_filter_settings *settings);
+                      struct bloom_filter *filter,
+                      const struct bloom_filter_settings *settings);
 
 void init_bloom_filters(void);