aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-16 21:35:45 +0800
committerJia Tan <jiat0218@gmail.com>2023-01-16 21:35:45 +0800
commitd3e11477053764c003eec2daa5198c747d70ff69 (patch)
treeaca4fb7d3e3fa89859b0089d81000b6d69f9948c /src/xz
parentxz: Do not set compression settings with raw format in list mode. (diff)
downloadxz-d3e11477053764c003eec2daa5198c747d70ff69.tar.xz
xz: Add missing comment for coder_set_compression_settings()
Diffstat (limited to 'src/xz')
-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