block_decoder.h | block_decoder.h | |||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
// You can do whatever you want with this file. | // You can do whatever you want with this file. | |||
// | // | |||
/////////////////////////////////////////////////////////////////////////// //// | /////////////////////////////////////////////////////////////////////////// //// | |||
#ifndef LZMA_BLOCK_DECODER_H | #ifndef LZMA_BLOCK_DECODER_H | |||
#define LZMA_BLOCK_DECODER_H | #define LZMA_BLOCK_DECODER_H | |||
#include "common.h" | #include "common.h" | |||
extern lzma_ret lzma_block_decoder_init(lzma_next_coder *next, | extern lzma_ret lzma_block_decoder_init(lzma_next_coder *next, | |||
lzma_allocator *allocator, lzma_block *block); | const lzma_allocator *allocator, lzma_block *block); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |