]> 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)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 14:57:51 +0000 (17:57 +0300)
commit176ae9073c1ca66669d2174aba58e51e94611f6e
tree3a82d697394953a448387eb83d817345785de78b
parent94c8503486ad394245f455924fa0bbb8539d8282
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.

(cherry picked from commit 27ab54af848ec4adc9c17362f6c64a42a7003df5)
src/liblzma/common/filter_encoder.c