alone_decoder.h   alone_decoder.h 
skipping to change at line 18 skipping to change at line 18
// This file has been put into the public domain. // This file has been put into the public domain.
// You can do whatever you want with this file. // You can do whatever you want with this file.
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
#ifndef LZMA_ALONE_DECODER_H #ifndef LZMA_ALONE_DECODER_H
#define LZMA_ALONE_DECODER_H #define LZMA_ALONE_DECODER_H
#include "common.h" #include "common.h"
extern lzma_ret lzma_alone_decoder_init(lzma_next_coder *next, extern lzma_ret lzma_alone_decoder_init(
lzma_allocator *allocator, uint64_t memlimit); lzma_next_coder *next, const lzma_allocator *allocator,
uint64_t memlimit, bool picky);
#endif #endif
 End of changes. 1 change blocks. 
2 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/