aboutsummaryrefslogtreecommitdiffstats
path: root/dedupe/dedupe.h
blob: ae75d3cd47bcb8413ed2c427e6343f60d075a04a (plain)
1
2
3
4
5
6
#ifndef DEDUPE_H
#define DEDUPE_H

int dedupe_main(int argc, char** argv);

#endif