mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Add one more missing [out] annotation in vli.h
This commit is contained in:
parent
867b08ae42
commit
862dacef1a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ typedef uint64_t lzma_vli;
|
|||
* integer has been encoded.
|
||||
*
|
||||
* \param vli Integer to be encoded
|
||||
* \param vli_pos How many VLI-encoded bytes have already been written
|
||||
* \param[out] vli_pos How many VLI-encoded bytes have already been written
|
||||
* out. When starting to encode a new integer in
|
||||
* multi-call mode, *vli_pos must be set to zero.
|
||||
* To use single-call encoding, set vli_pos to NULL.
|
||||
|
|
Loading…
Reference in a new issue