Files
scoutfs/utils/src/bloom.h
2025-01-22 09:57:46 -08:00

7 lines
110 B
C

#ifndef _BLOOM_H_
#define _BLOOM_H_
void calc_bloom_nrs(struct scoutfs_key *key, unsigned int *nrs);
#endif