diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:32 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:32 +0000 |
commit | de06b1d957bdad592fff87e845d27d40cfcbd694 (patch) | |
tree | 38d1a64462988c92f82b12d2ea3dca6864006003 /lzip.h | |
parent | Adding upstream version 1.17. (diff) | |
download | lziprecover-de06b1d957bdad592fff87e845d27d40cfcbd694.tar.xz lziprecover-de06b1d957bdad592fff87e845d27d40cfcbd694.zip |
Adding upstream version 1.18~pre1.upstream/1.18_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | lzip.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -289,6 +289,7 @@ int seek_read( const int fd, uint8_t * const buf, const int size, // defined in main.cc int open_instream( const char * const name, struct stat * const in_statsp, const bool no_ofile, const bool reg_only = false ); +bool file_exists( const std::string & filename ); int open_outstream_rw( const std::string & output_filename, const bool force ); void show_header( const unsigned dictionary_size ); void show_error( const char * const msg, const int errcode = 0, @@ -322,6 +323,9 @@ int repair_file( const std::string & input_filename, const bool force ); int debug_repair( const std::string & input_filename, const long long bad_pos, const int verbosity, const uint8_t bad_value ); +int debug_show_packets( const std::string & input_filename, + const long long bad_pos, const int verbosity, + const uint8_t bad_value ); // defined in split.cc int split_file( const std::string & input_filename, |