]> wimlib.net Git - wimlib/commit
Get rid of input_idx_t
authorEric Biggers <ebiggers3@gmail.com>
Sat, 5 Jul 2014 01:53:23 +0000 (20:53 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 5 Jul 2014 01:55:11 +0000 (20:55 -0500)
commit31786dbc470c919893bf4fc5cc91a0f73cbee720
tree75d340575b8f675048c5e7e3166167171085f5e8
parentdbe9b4a4b81485ba2a52a307a08adc048ea22bdd
Get rid of input_idx_t

This can't simply be changed anymore, so there's not much point in having
it.  For now window sizes are fixed at 32 bits.
include/wimlib/compress_common.h
include/wimlib/decompress_common.h
include/wimlib/lz.h
include/wimlib/lz_hash.h
src/compress_common.c
src/lz_hash.c
src/lzx-compress.c
src/xpress-compress.c
src/xpress-decompress.c