blob: bd1f9c0c0bd1de75bd30fbcf231fc84d5192a695 [file] [log] [blame]
#ifndef DEDUPE_H
#define DEDUPE_H
int init_dedupe_working_set_seeds(struct thread_data *td, bool global_dedupe);
int init_global_dedupe_working_set_seeds(void);
#endif