mirror of https://git.tukaani.org/xz.git
liblzma: Document the return value of lzma_lzma_preset().
This commit is contained in:
parent
2964d8d691
commit
3e564704bc
|
@ -412,6 +412,9 @@ typedef struct {
|
|||
*
|
||||
* This function is available only if LZMA1 or LZMA2 encoder has been enabled
|
||||
* when building liblzma.
|
||||
*
|
||||
* \return On success, false is returned. If the preset is not
|
||||
* supported, true is returned.
|
||||
*/
|
||||
extern LZMA_API(lzma_bool) lzma_lzma_preset(
|
||||
lzma_options_lzma *options, uint32_t preset) lzma_nothrow;
|
||||
|
|
Loading…
Reference in New Issue