aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-16 21:35:45 +0800
committerLasse Collin <lasse.collin@tukaani.org>2023-03-11 21:45:26 +0200
commit6c9a2c2e465a80aa079cf3c8b3fdd382b396d21f (patch)
tree1e6c81e37bb6dff9c6485445781f5642590258df
parentxz: Do not set compression settings with raw format in list mode. (diff)
downloadxz-6c9a2c2e465a80aa079cf3c8b3fdd382b396d21f.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 583da8f6..ca9a5a29 100644
--- a/src/xz/coder.h
+++ b/src/xz/coder.h
@@ -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