summaryrefslogtreecommitdiffstats
path: root/liblzma/common/stream_decoder.h
diff options
context:
space:
mode:
authorliblzma upstream <xz-devel@tukaani.org>2018-04-29 16:00:06 (GMT)
committerBrad King <brad.king@kitware.com>2018-08-06 14:24:54 (GMT)
commit352b8fa70d18ff1664cd8b22f42cf980a976ae4d (patch)
tree4f1267f96f542178e35ae60f0f27ef19a2b341ac /liblzma/common/stream_decoder.h
parent897b790d57f9c114adf1e0374b4a004ba6a8ec99 (diff)
downloadCMake-352b8fa70d18ff1664cd8b22f42cf980a976ae4d.zip
CMake-352b8fa70d18ff1664cd8b22f42cf980a976ae4d.tar.gz
CMake-352b8fa70d18ff1664cd8b22f42cf980a976ae4d.tar.bz2
liblzma 2018-04-29 (b5be61cc)
Code extracted from: https://git.tukaani.org/xz.git at commit b5be61cc06088bb07f488f9baf7d447ff47b37c1 (v5.2.4).
Diffstat (limited to 'liblzma/common/stream_decoder.h')
-rw-r--r--liblzma/common/stream_decoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/liblzma/common/stream_decoder.h b/liblzma/common/stream_decoder.h
index e54ac28..c13c6ba 100644
--- a/liblzma/common/stream_decoder.h
+++ b/liblzma/common/stream_decoder.h
@@ -15,7 +15,8 @@
#include "common.h"
-extern lzma_ret lzma_stream_decoder_init(lzma_next_coder *next,
- lzma_allocator *allocator, uint64_t memlimit, uint32_t flags);
+extern lzma_ret lzma_stream_decoder_init(
+ lzma_next_coder *next, const lzma_allocator *allocator,
+ uint64_t memlimit, uint32_t flags);
#endif