From 3d23a83fd1e0732d9103ceaf8fd30ac3aadf7035 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:32:20 +0100 Subject: Adding upstream version 1.2. Signed-off-by: Daniel Baumann --- clzip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clzip.h') diff --git a/clzip.h b/clzip.h index 3a7fc4a..b534d66 100644 --- a/clzip.h +++ b/clzip.h @@ -56,6 +56,7 @@ static inline void St_set_short_rep( State * const st ) *st = next[*st]; } + enum { min_dictionary_bits = 12, min_dictionary_size = 1 << min_dictionary_bits, @@ -277,5 +278,7 @@ static inline void Ft_set_member_size( File_trailer data, long long sz ) 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 ); + +/* defined in decoder.c */ int readblock( const int fd, uint8_t * const buf, const int size ); int writeblock( const int fd, const uint8_t * const buf, const int size ); -- cgit v1.2.3