index_encoder.h | index_encoder.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_INDEX_ENCODER_H | #ifndef LZMA_INDEX_ENCODER_H | |||
#define LZMA_INDEX_ENCODER_H | #define LZMA_INDEX_ENCODER_H | |||
#include "common.h" | #include "common.h" | |||
extern lzma_ret lzma_index_encoder_init(lzma_next_coder *next, | extern lzma_ret lzma_index_encoder_init(lzma_next_coder *next, | |||
lzma_allocator *allocator, const lzma_index *i); | const lzma_allocator *allocator, const lzma_index *i); | |||
#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/ |