ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.h
(Generate patch)

Comparing vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.h (file contents):
Revision 9175 by laffer1, Mon Dec 2 02:59:32 2013 UTC vs.
Revision 9176 by laffer1, Sat Oct 15 16:14:07 2016 UTC

# Line 17 | Line 17
17   #include "common.h"
18  
19   extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next,
20 <                lzma_allocator *allocator, const lzma_filter_info *filters);
20 >                const lzma_allocator *allocator,
21 >                const lzma_filter_info *filters);
22  
23   extern uint64_t lzma_lzma2_decoder_memusage(const void *options);
24  
25   extern lzma_ret lzma_lzma2_props_decode(
26 <                void **options, lzma_allocator *allocator,
26 >                void **options, const lzma_allocator *allocator,
27                  const uint8_t *props, size_t props_size);
28  
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines