X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=bloom.h;h=9e71c6c370b9239ba4e890b1c811d61d2e0e7e2c;hp=5121606a404cb1e5bf69c585b1f933216e3e33b3;hb=677250d4f088e9438e86d09f8b8c80d49bd6b294;hpb=4074e7034641cbbbfc861961d216d58a503d0aee diff --git a/bloom.h b/bloom.h index 5121606..9e71c6c 100644 --- a/bloom.h +++ b/bloom.h @@ -22,4 +22,4 @@ struct bloom { struct bloom *bloom_new(unsigned order, unsigned num_hash_functions); void bloom_free(struct bloom *b); -int bloom_test_and_insert(const uint8_t *data, size_t len, struct bloom *b); +int bloom_insert(const uint8_t *data, size_t len, struct bloom *b);