From 0f6d96a4f5a904fd95b96e13715b50befa6a0ee9 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 16 Jul 2009 13:47:26 +0300 Subject: gzip: always autoclose the inner stream --- src/apk_archive.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/apk_archive.h') diff --git a/src/apk_archive.h b/src/apk_archive.h index d3b787d..f1787dc 100644 --- a/src/apk_archive.h +++ b/src/apk_archive.h @@ -21,7 +21,6 @@ typedef int (*apk_archive_entry_parser)(void *ctx, struct apk_istream *istream); int apk_parse_tar(struct apk_istream *, apk_archive_entry_parser parser, void *ctx); -int apk_parse_tar_gz(struct apk_bstream *, apk_archive_entry_parser parser, void *ctx); int apk_write_tar_entry(struct apk_ostream *, const struct apk_file_info *ae, char *data); int apk_archive_entry_extract(const struct apk_file_info *ae, -- cgit v1.2.3-60-g2f50