]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Make parameter names in function definition match declaration.
authorJia Tan <jiat0218@gmail.com>
Sat, 16 Dec 2023 12:28:21 +0000 (20:28 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 22 Dec 2023 12:02:06 +0000 (20:02 +0800)
commit27ab54af848ec4adc9c17362f6c64a42a7003df5
tree3ddc65a037644876f293ccc8154f756d975b6b10
parent019afd72e02339a6bf00c32bfb56f649c637dd6b
liblzma: Make parameter names in function definition match declaration.

lzma_raw_encoder() and lzma_raw_encoder_init() used "options" as the
parameter name instead of "filters" (used by the declaration). "filters"
is more clear since the parameter represents the list of filters passed
to the raw encoder, each of which contains filter options.
src/liblzma/common/filter_encoder.c