X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bloom.h;h=806dde49977b96ecd3f666766a5a8baa00ded6f4;hb=599cc210028d11e60bee2bad0721a6b20f3a26d6;hp=5121606a404cb1e5bf69c585b1f933216e3e33b3;hpb=4074e7034641cbbbfc861961d216d58a503d0aee;p=adu.git diff --git a/bloom.h b/bloom.h index 5121606..806dde4 100644 --- a/bloom.h +++ b/bloom.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);