aboutsummaryrefslogtreecommitdiffstats
path: root/dedupe.h
blob: bd1f9c0c0bd1de75bd30fbcf231fc84d5192a695 (plain)
1
2
3
4
5
6
7
#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