summaryrefslogtreecommitdiffstats
path: root/lzip.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:35:17 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:35:17 +0000
commit54eb7a34be819b408b6751cdea2e0efe8f54ad2d (patch)
tree4ab337444e4b984fd7efe3a7c6ee4453797f84a6 /lzip.h
parentAdding upstream version 1.0. (diff)
downloadplzip-54eb7a34be819b408b6751cdea2e0efe8f54ad2d.tar.xz
plzip-54eb7a34be819b408b6751cdea2e0efe8f54ad2d.zip
Adding upstream version 1.1~pre1.upstream/1.1_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzip.h')
-rw-r--r--lzip.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lzip.h b/lzip.h
index 1097c98..9dd8989 100644
--- a/lzip.h
+++ b/lzip.h
@@ -1,4 +1,4 @@
-/* Plzip - A parallel compressor compatible with lzip
+/* Plzip - Parallel compressor compatible with lzip
Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
@@ -196,10 +196,13 @@ int decompress( int num_workers, const int infd, const int outfd,
// defined in main.cc
extern int verbosity;
-void fatal( const int retval = 1 ); // terminate the program
+void cleanup_and_fail( const int retval = 1 ); // terminate the program
void show_error( const char * const msg, const int errcode = 0,
const bool help = false );
void internal_error( const char * const msg );
+void show_progress( const int packet_size,
+ const Pretty_print * const p = 0,
+ const struct stat * const in_statsp = 0 );
class Slot_tally