udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / archival / bzip2.c
index 0716fa89b0eba8dd58d89e27254437c6b00a4bf2..dd77c8efcfebe944591a680ce6ead9f4ca9c0610 100644 (file)
@@ -111,7 +111,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(unpack_info_t *info UNUSED_PARAM)
+IF_DESKTOP(long long) int FAST_FUNC compressStream(transformer_aux_data_t *aux UNUSED_PARAM)
 {
        IF_DESKTOP(long long) int total;
        ssize_t count;