summaryrefslogtreecommitdiffstats
path: root/lzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzip.h')
-rw-r--r--lzip.h3
1 files changed, 2 insertions, 1 deletions
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 );