diff options
Diffstat (limited to 'src/liblzma/common/outqueue.h')
| -rw-r--r-- | src/liblzma/common/outqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblzma/common/outqueue.h b/src/liblzma/common/outqueue.h index 25f071977a8f..0e4e9141dab5 100644 --- a/src/liblzma/common/outqueue.h +++ b/src/liblzma/common/outqueue.h @@ -188,6 +188,7 @@ extern bool lzma_outq_is_readable(const lzma_outq *outq); /// \brief Read finished data /// /// \param outq Pointer to an output queue +/// \param allocator lzma_allocator for custom allocator functions /// \param out Beginning of the output buffer /// \param out_pos The next byte will be written to /// out[*out_pos]. |
