diff options
Diffstat (limited to 'bloom.h')
-rw-r--r-- | bloom.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,4 +83,8 @@ struct bloom_filter *get_bloom_filter(struct repository *r, struct commit *c, int compute_if_not_present); +int bloom_filter_contains(const struct bloom_filter *filter, + const struct bloom_key *key, + const struct bloom_filter_settings *settings); + #endif
\ No newline at end of file |