aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.h b/common.h
index a228fbd..f601ae5 100644
--- a/common.h
+++ b/common.h
@@ -58,6 +58,8 @@ struct config {
int warn_improper_format;
int hexinput;
int recursive;
+ int xdev;
+ int xlink;
struct algorithm *algorithms;
size_t nalgorithms;
size_t threads;
@@ -113,7 +115,8 @@ struct thread_data {
/* get.c */
int calculate_and_print_each(char **files, struct algorithm *algorithms, size_t nalgorithms,
- size_t nthreads, enum format format, int hexinput, int recursive);
+ size_t nthreads, enum format format, int hexinput, int recursive,
+ int xdev, int xlink);
/* check.c */
int verify_checksums(char **files, struct algorithm *algorithms, size_t nalgorithms, size_t nthreads,