mirror of
https://github.com/versity/scoutfs.git
synced 2026-05-01 18:35:43 +00:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef _BLOOM_H_
|
|
#define _BLOOM_H_
|
|
|
|
void calc_bloom_nrs(struct scoutfs_key *key, unsigned int *nrs);
|
|
|
|
#endif
|