summaryrefslogtreecommitdiffstats
path: root/src/gunzip.c
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-11-28 16:28:54 +0200
committerTimo Teras <timo.teras@iki.fi>2008-11-28 16:28:54 +0200
commitdc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea (patch)
tree4fc16f961139f7e4b06c33ffdcc7dd7ce81a9567 /src/gunzip.c
parent4bafa681feb2b902553e26fd88df0f06b0c0778a (diff)
downloadapk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.bz2
apk-tools-dc2ffc30e812fc52ad2bf4c11f36a69940f8d1ea.tar.xz
io: apk_ostream stuff
Diffstat (limited to 'src/gunzip.c')
-rw-r--r--src/gunzip.c2
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;