stream_decoder.h   stream_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_STREAM_DECODER_H #ifndef LZMA_STREAM_DECODER_H
#define LZMA_STREAM_DECODER_H #define LZMA_STREAM_DECODER_H
#include "common.h" #include "common.h"
extern lzma_ret lzma_stream_decoder_init(lzma_next_coder *next, extern lzma_ret lzma_stream_decoder_init(
lzma_allocator *allocator, uint64_t memlimit, uint32_t flags lzma_next_coder *next, const lzma_allocator *allocator,
); uint64_t memlimit, uint32_t flags);
#endif #endif
 End of changes. 1 change blocks. 
3 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/