diff options
Diffstat (limited to 'clzip.h')
-rw-r--r-- | clzip.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ); |