test: fix t/run-fio-tests.py style issues identified by pylint
[fio.git] / dedupe.h
1 #ifndef DEDUPE_H
2 #define DEDUPE_H
3
4 int init_dedupe_working_set_seeds(struct thread_data *td, bool global_dedupe);
5 int init_global_dedupe_working_set_seeds(void);
6
7 #endif