]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Minor addition to lzma_vli_size() API doc.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Feb 2022 01:42:57 +0000 (03:42 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Feb 2022 01:42:57 +0000 (03:42 +0200)
Thanks to Jia Tan.

src/liblzma/api/lzma/vli.h

index 1b7a952a406d0d384df73c97b23dfc3f62d0e932..7a0a803dfc9cd23da15d5dbdd9f61edd21f51d70 100644 (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
  *
+ * \param       vli       Integer whose encoded size is to be determined
+ *
  * \return      Number of bytes on success (1-9). If vli isn't valid,
  *              zero is returned.
  */