Rename transformer_aux_data_t -> transformer_state_t
[oweals/busybox.git] / archival / bzip2.c
index f7718b4116f560a95b07fed0c5ae3e220bc38110..47fa29af3cd2803e646438451f2f1436a4e06ea1 100644 (file)
@@ -127,7 +127,7 @@ IF_DESKTOP(long long) int bz_write(bz_stream *strm, void* rbuf, ssize_t rlen, vo
 }
 
 static
-IF_DESKTOP(long long) int FAST_FUNC compressStream(transformer_aux_data_t *aux UNUSED_PARAM)
+IF_DESKTOP(long long) int FAST_FUNC compressStream(transformer_state_t *xstate UNUSED_PARAM)
 {
        IF_DESKTOP(long long) int total;
        ssize_t count;