Initial support for option '--exact'.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-21 17:53:11 +01:00
parent f1a97fecbd
commit 16163bf20b
6 changed files with 21 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ struct options_t {
bool all_methods_use_lzma;
bool all_filters; // try all available filters ?
bool no_filter; // force no filter
bool exact; // user requires byte-identical decompression
// other options
int backup;