diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-11-28 16:28:54 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-11-28 16:28:54 +0200 |
commit | dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea (patch) | |
tree | 4fc16f961139f7e4b06c33ffdcc7dd7ce81a9567 /src/gunzip.c | |
parent | 4bafa681feb2b902553e26fd88df0f06b0c0778a (diff) | |
download | apk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.gz apk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.bz2 apk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.xz apk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.zip |
io: apk_ostream stuff
Diffstat (limited to 'src/gunzip.c')
-rw-r--r-- | src/gunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gunzip.c b/src/gunzip.c index cfee860..ce3eeed 100644 --- a/src/gunzip.c +++ b/src/gunzip.c @@ -67,7 +67,7 @@ static void gz_close(void *stream) free(gis); } -struct apk_istream *apk_gunzip_bstream(struct apk_bstream *bs) +struct apk_istream *apk_bstream_gunzip(struct apk_bstream *bs) { struct apk_gzip_istream *gis; |