| simple_private.h | simple_private.h | |||
|---|---|---|---|---|
| skipping to change at line 67 | skipping to change at line 67 | |||
| /// Total number of bytes (both filtered and unfiltered) currently | /// Total number of bytes (both filtered and unfiltered) currently | |||
| /// in the temporary buffer. | /// in the temporary buffer. | |||
| size_t size; | size_t size; | |||
| /// Temporary buffer | /// Temporary buffer | |||
| uint8_t buffer[]; | uint8_t buffer[]; | |||
| }; | }; | |||
| extern lzma_ret lzma_simple_coder_init(lzma_next_coder *next, | extern lzma_ret lzma_simple_coder_init(lzma_next_coder *next, | |||
| lzma_allocator *allocator, const lzma_filter_info *filters, | const lzma_allocator *allocator, | |||
| const lzma_filter_info *filters, | ||||
| size_t (*filter)(lzma_simple *simple, uint32_t now_pos, | size_t (*filter)(lzma_simple *simple, uint32_t now_pos, | |||
| bool is_encoder, uint8_t *buffer, size_t size), | bool is_encoder, uint8_t *buffer, size_t size), | |||
| size_t simple_size, size_t unfiltered_max, | size_t simple_size, size_t unfiltered_max, | |||
| uint32_t alignment, bool is_encoder); | uint32_t alignment, bool is_encoder); | |||
| #endif | #endif | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 2 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/ | ||||