xz: Add missing comment for coder_set_compression_settings()

This commit is contained in:
Jia Tan 2023-01-16 21:35:45 +08:00 committed by Lasse Collin
parent ccbb991efa
commit 6c9a2c2e46
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ extern void coder_set_extreme(void);
/// Add a filter to the custom filter chain
extern void coder_add_filter(lzma_vli id, void *options);
///
/// Set and partially validate compression settings. This can also be used
/// in decompression or test mode with the raw format.
extern void coder_set_compression_settings(void);
/// Compress or decompress the given file