diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:52:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:52:21 +0000 |
commit | f66fabc4c5e5085c110f7cdae627d7ca042386cf (patch) | |
tree | 782562a0be58fe11c10fb05658233ae51cce9b7c /block.h | |
parent | Adding upstream version 1.18. (diff) | |
download | lziprecover-f66fabc4c5e5085c110f7cdae627d7ca042386cf.tar.xz lziprecover-f66fabc4c5e5085c110f7cdae627d7ca042386cf.zip |
Adding upstream version 1.19.upstream/1.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'block.h')
-rw-r--r-- | block.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Lziprecover - Data recovery tool for the lzip format - Copyright (C) 2009-2016 Antonio Diaz Diaz. + Copyright (C) 2009-2017 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,7 +55,8 @@ public: int range_decompress( const std::string & input_filename, const std::string & default_output_filename, Block range, const int verbosity, const bool force, - const bool ignore, const bool to_stdout ); + const bool ignore_errors, const bool ignore_trailing, + const bool to_stdout ); // defined in repair.cc int debug_delay( const std::string & input_filename, Block range, |