]> 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>
Sat, 16 Dec 2023 12:28:21 +0000 (20:28 +0800)
commit55810780e04f759747b02683fb8020b8cd022a85
treee3b5b51ef567f52305825c0ad90ff3b073b53e6e
parent5dad6f628af742bab826819760deb677597445f7
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