diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-03-02 19:16:10 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-03-02 19:16:10 +0100 |
| commit | 2bf2617203e2dded958bdf2f0e1825b689e2f83c (patch) | |
| tree | 6477c0754afdc8f82e90cd211402a6159a938888 /include | |
| parent | b5e349ec046d40b1319357e07998b76d6df2911b (diff) | |
| download | duplicate_finder-master.tar.gz duplicate_finder-master.tar.bz2 | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index 27dbb7c..548b7c2 100644 --- a/include/options.h +++ b/include/options.h @@ -26,6 +26,7 @@ enum operation_modes { MODE_DEV_MESSED_UP }; +extern bool option_force_scan; extern bool option_quiet; extern bool option_show_hidden_entries; extern bool option_show_non_duplicates; |
