X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Fbloom.h;h=127ed9b77fb2100e692291f2dc0a155a23687617;hp=b3cde950450762fb46ffad52b12270a31e4d9ef6;hb=26884f210ab7e7af688e86c4f16ae1f2f244b4a5;hpb=652ae149194f753b5f074b4c5984acc76ebb24f1 diff --git a/lib/bloom.h b/lib/bloom.h index b3cde950..127ed9b7 100644 --- a/lib/bloom.h +++ b/lib/bloom.h @@ -7,7 +7,6 @@ struct bloom; struct bloom *bloom_new(uint64_t entries); void bloom_free(struct bloom *b); -int bloom_check(struct bloom *b, uint32_t *data, unsigned int nwords); int bloom_set(struct bloom *b, uint32_t *data, unsigned int nwords); #endif