Rename transformer_aux_data_t -> transformer_state_t
No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -206,7 +206,7 @@ enum {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
IF_DESKTOP(long long) int FAST_FUNC
 | 
			
		||||
unpack_lzma_stream(transformer_aux_data_t *aux UNUSED_PARAM, int src_fd, int dst_fd)
 | 
			
		||||
unpack_lzma_stream(transformer_state_t *xstate UNUSED_PARAM, int src_fd, int dst_fd)
 | 
			
		||||
{
 | 
			
		||||
	IF_DESKTOP(long long total_written = 0;)
 | 
			
		||||
	lzma_header_t header;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user