]> git.ipfire.org Git - thirdparty/zstd.git/commit
move Sequences definition to zstd_compress_internal.h
authorYann Collet <cyan@fb.com>
Tue, 10 Dec 2024 19:04:25 +0000 (11:04 -0800)
committerYann Collet <cyan@fb.com>
Fri, 20 Dec 2024 18:36:55 +0000 (10:36 -0800)
commitb4a40a845fffc07a0e95a8a59fdbb1b87934d256
treeaa023382b53d7684a37b2e620b9f1d68007f9bee
parenta00f45a03751a90f620425f30690d86d872dfef1
move Sequences definition to zstd_compress_internal.h

they should not be in common/zstd_internal.h,
since these definitions are not shared beyond lib/compress/.
build/single_file_libs/examples/zstd_errors.h [new file with mode: 0644]
doc/zstd_manual.html
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_sequences.h