mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Add missing comment for coder_set_compression_settings()
This commit is contained in:
parent
88dc191634
commit
720ad4a442
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ extern void coder_set_extreme(void);
|
||||||
/// Add a filter to the custom filter chain
|
/// Add a filter to the custom filter chain
|
||||||
extern void coder_add_filter(lzma_vli id, void *options);
|
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);
|
extern void coder_set_compression_settings(void);
|
||||||
|
|
||||||
/// Compress or decompress the given file
|
/// Compress or decompress the given file
|
||||||
|
|
Loading…
Reference in a new issue