1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

liblzma: Minor addition to lzma_vli_size() API doc.

Thanks to Jia Tan.
This commit is contained in:
Lasse Collin 2022-02-22 03:42:57 +02:00
parent 4f78f5fcf6
commit 20e7a33e2d

View file

@ -159,6 +159,8 @@ extern LZMA_API(lzma_ret) lzma_vli_decode(lzma_vli *vli, size_t *vli_pos,
/** /**
* \brief Get the number of bytes required to encode a VLI * \brief Get the number of bytes required to encode a VLI
* *
* \param vli Integer whose encoded size is to be determined
*
* \return Number of bytes on success (1-9). If vli isn't valid, * \return Number of bytes on success (1-9). If vli isn't valid,
* zero is returned. * zero is returned.
*/ */