diff options
Diffstat (limited to 'lzip.h')
-rw-r--r-- | lzip.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,12 +290,12 @@ int seek_read( const int fd, uint8_t * const buf, const int size, int open_instream( const char * const name, struct stat * const in_statsp, const bool no_ofile, const bool reg_only = false ); int open_outstream_rw( const std::string & output_filename, const bool force ); -void show_header( const File_header & header ); +void show_header( const unsigned dictionary_size ); void show_error( const char * const msg, const int errcode = 0, const bool help = false ); +void internal_error( const char * const msg ); void show_error2( const char * const msg1, const char * const name, const char * const msg2 ); -void internal_error( const char * const msg ); // defined in merge.cc void cleanup_and_fail( const std::string & output_filename, |