File: run_dedupe.h

package info (click to toggle)
duperemove 0.11.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 844 kB
  • sloc: ansic: 11,586; makefile: 110
file content (14 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef	__RUN_DEDUPE_H__
#define	__RUN_DEDUPE_H__

/* from duperemove.c */
extern unsigned int blocksize;
extern int target_rw;
extern unsigned int io_threads;

void print_dupes_table(struct results_tree *res);
void dedupe_results(struct results_tree *res, struct hash_tree *hashes);

int fdupes_dedupe(void);

#endif	/* __RUN_DEDUPE_H__ */