]> icculus.org git repositories - icculus/xz.git/commit - tests/test_filter_flags.c
Renamed lzma_options_simple to lzma_options_bcj in the API.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Dec 2008 14:29:39 +0000 (16:29 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Dec 2008 14:29:39 +0000 (16:29 +0200)
commit322ecf93c961e45a1da8c4a794a7fdacefcd7f40
tree3fc5fbae174d255bdebced50f0695d08db0cb927
parent7eea8bec3abfed883efba66264a1452a1c04f6b0
Renamed lzma_options_simple to lzma_options_bcj in the API.
The internal implementation is still using the name "simple".
It may need some cleanups, so I look at it later.
src/liblzma/api/Makefile.am
src/liblzma/api/lzma.h
src/liblzma/api/lzma/bcj.h [moved from src/liblzma/api/lzma/simple.h with 83% similarity]
src/liblzma/simple/simple_coder.c
src/liblzma/simple/simple_decoder.c
src/liblzma/simple/simple_encoder.c
tests/test_filter_flags.c