1 // SPDX-License-Identifier: 0BSD
3 ///////////////////////////////////////////////////////////////////////////////
5 /// \file alone_decoder.h
6 /// \brief Decoder for LZMA_Alone files
8 // Author: Lasse Collin
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef LZMA_ALONE_DECODER_H
13 #define LZMA_ALONE_DECODER_H
18 extern lzma_ret
lzma_alone_decoder_init(
19 lzma_next_coder
*next
, const lzma_allocator
*allocator
,
20 uint64_t memlimit
, bool picky
);