summaryrefslogtreecommitdiffstats
path: root/block.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 07:01:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 07:01:29 +0000
commitf2780f2544d654fa46ad91189c1636bd6f64605d (patch)
treef2762bc24207fc925eec55398803ee9981fb433c /block.h
parentReleasing debian version 1.19-4. (diff)
downloadlziprecover-f2780f2544d654fa46ad91189c1636bd6f64605d.tar.xz
lziprecover-f2780f2544d654fa46ad91189c1636bd6f64605d.zip
Merging upstream version 1.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'block.h')
-rw-r--r--block.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/block.h b/block.h
index 4507a4d..d424d35 100644
--- a/block.h
+++ b/block.h
@@ -1,5 +1,5 @@
/* Lziprecover - Data recovery tool for the lzip format
- Copyright (C) 2009-2017 Antonio Diaz Diaz.
+ Copyright (C) 2009-2018 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
@@ -54,10 +54,9 @@ public:
// defined in range_dec.cc
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_errors, const bool ignore_trailing,
+ Block range, const bool force, const bool ignore_errors,
+ const bool ignore_trailing, const bool loose_trailing,
const bool to_stdout );
// defined in repair.cc
-int debug_delay( const std::string & input_filename, Block range,
- const int verbosity );
+int debug_delay( const std::string & input_filename, Block range );