aboutsummaryrefslogtreecommitdiffstats
path: root/src/gunzip.c
diff options
context:
space:
mode:
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 cfee86064f..ce3eeede36 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;