mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-03 17:22:05 +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
|