summaryrefslogtreecommitdiffstats
path: root/lzip.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 12:51:53 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 12:51:53 +0000
commitd78bd61e14d5e4362e9acfb806cf37ef33d1a63e (patch)
tree90a2116a76ff1d62029671b7d74ea15c15b886a5 /lzip.h
parentAdding upstream version 1.6. (diff)
downloadclzip-d78bd61e14d5e4362e9acfb806cf37ef33d1a63e.tar.xz
clzip-d78bd61e14d5e4362e9acfb806cf37ef33d1a63e.zip
Adding upstream version 1.7~pre1.upstream/1.7_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzip.h')
-rw-r--r--lzip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lzip.h b/lzip.h
index c4c7525..a478508 100644
--- a/lzip.h
+++ b/lzip.h
@@ -1,5 +1,5 @@
/* Clzip - LZMA lossless data compressor
- Copyright (C) 2010-2014 Antonio Diaz Diaz.
+ Copyright (C) 2010-2015 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
@@ -286,8 +286,8 @@ extern int verbosity;
void cleanup_and_fail( const int retval );
void show_error( const char * const msg, const int errcode, const bool help );
void internal_error( const char * const msg );
-struct Matchfinder;
+struct Matchfinder_base;
void show_progress( const unsigned long long partial_size,
- const struct Matchfinder * const m,
+ const struct Matchfinder_base * const m,
struct Pretty_print * const p,
const unsigned long long cfile_size );