aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-16 21:35:45 +0800
committerJia Tan <jiat0218@gmail.com>2023-02-03 21:11:32 +0800
commit720ad4a44282a7ee59aa9920eaf495d85d245d97 (patch)
treee2b20213f18c31286daecd239ad807ef83b27073
parentxz: Do not set compression settings with raw format in list mode. (diff)
downloadxz-720ad4a44282a7ee59aa9920eaf495d85d245d97.tar.xz
xz: Add missing comment for coder_set_compression_settings()
-rw-r--r--src/xz/coder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xz/coder.h b/src/xz/coder.h
index 9e69e576..b4f43a2b 100644
--- a/src/xz/coder.h
+++ b/src/xz/coder.h
@@ -66,7 +66,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