diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 00:43:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 00:43:01 +0000 |
commit | ef3aabe906a351f0bdf97199b4f38a2c6b54eaa5 (patch) | |
tree | 7ce8c73be864396eb656c2ef59ef797824a07942 /archival/bz/bzlib.h | |
parent | 77f1ec1b9bf100e6c10aa0856c7156e321511785 (diff) | |
download | busybox-w32-ef3aabe906a351f0bdf97199b4f38a2c6b54eaa5.tar.gz busybox-w32-ef3aabe906a351f0bdf97199b4f38a2c6b54eaa5.tar.bz2 busybox-w32-ef3aabe906a351f0bdf97199b4f38a2c6b54eaa5.zip |
bzip2: size reduction, to just below 9k.
Diffstat (limited to 'archival/bz/bzlib.h')
-rw-r--r-- | archival/bz/bzlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bz/bzlib.h b/archival/bz/bzlib.h index 805e9b328..602aab926 100644 --- a/archival/bz/bzlib.h +++ b/archival/bz/bzlib.h | |||
@@ -56,7 +56,7 @@ typedef struct bz_stream { | |||
56 | 56 | ||
57 | static void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k); | 57 | static void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k); |
58 | static int BZ2_bzCompress(bz_stream *strm, int action); | 58 | static int BZ2_bzCompress(bz_stream *strm, int action); |
59 | static int BZ2_bzCompressEnd(bz_stream *strm); | 59 | static void BZ2_bzCompressEnd(bz_stream *strm); |
60 | 60 | ||
61 | /*-------------------------------------------------------------*/ | 61 | /*-------------------------------------------------------------*/ |
62 | /*--- end bzlib.h ---*/ | 62 | /*--- end bzlib.h ---*/ |