]> wimlib.net Git - wimlib/commit
Get rid of huffman.c and huffman.h
authorEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:38:07 +0000 (11:38 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:38:07 +0000 (11:38 -0500)
commit81ea19151423fa87b8698dd3fa8a5274066a76c2
tree82cf027a79352be708361190aabc8a2577524239
parent8d43f4aa5ef6ba6c9b023d4fcb3179c972079402
Get rid of huffman.c and huffman.h

Moved functions to {comp,decomp}.{c,h}

Also, don't declare read_huffsym() always inline anymore.
12 files changed:
src/Makefile.am
src/Makefile.in
src/comp.c
src/comp.h
src/decomp.c
src/decomp.h
src/huffman.c [deleted file]
src/huffman.h [deleted file]
src/lzx-comp.c
src/lzx-decomp.c
src/xpress-comp.c
src/xpress-decomp.c