]> git.ipfire.org Git - thirdparty/zstd.git/commit
codemod: ZSTD_sequenceFormat_e -> ZSTD_SequenceFormat_e
authorYann Collet <cyan@fb.com>
Tue, 10 Dec 2024 21:58:11 +0000 (13:58 -0800)
committerYann Collet <cyan@fb.com>
Tue, 17 Dec 2024 04:44:04 +0000 (20:44 -0800)
commit2426d96ae6033dcb4ded813b7436143dcb8b894b
tree722e73d09741981697610fe054f9a303bb989a0d
parent7ab49659c66ae184eba554b0e8959b33766ad523
codemod: ZSTD_sequenceFormat_e -> ZSTD_SequenceFormat_e

since it's a type name.

Note: in contrast with previous names, this one is on the Public API side.
So there is a #define, so that existing programs using ZSTD_sequenceFormat_e still work.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/zstd.h
tests/fuzz/sequence_compression_api.c
tests/fuzzer.c