From 2f1db1facab89cd2eda64441f9b730a3831f5746 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 08:23:45 +0100 Subject: Merging upstream version 1.6~pre3. Signed-off-by: Daniel Baumann --- lzip.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lzip.h') diff --git a/lzip.h b/lzip.h index a50941f..0a2293d 100644 --- a/lzip.h +++ b/lzip.h @@ -157,6 +157,8 @@ public: } }; +extern const CRC32 crc32; + const uint8_t magic_string[4] = { 'L', 'Z', 'I', 'P' }; @@ -272,7 +274,6 @@ struct Error }; extern int verbosity; -extern const CRC32 crc32; void show_error( const char * msg, const int errcode = 0, const bool help = false ) throw(); void internal_error( const char * msg ); -- cgit v1.2.3