summaryrefslogtreecommitdiff
path: root/src/apk_archive.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2020-01-11 03:29:54 +0200
committerTimo Teräs <timo.teras@iki.fi>2020-01-11 03:43:38 +0200
commit9dda2d3c21d1116077257caafa065b659ffe419b (patch)
tree7530c489518f113c17d1b866a42bc9108a6d0c58 /src/apk_archive.h
parent6fae74e1daeb59f789456dcc816b089e601809fd (diff)
downloadapk-tools-9dda2d3c21d1116077257caafa065b659ffe419b.tar.gz
apk-tools-9dda2d3c21d1116077257caafa065b659ffe419b.tar.bz2
apk-tools-9dda2d3c21d1116077257caafa065b659ffe419b.tar.xz
apk-tools-9dda2d3c21d1116077257caafa065b659ffe419b.zip
archive: remove support for old packages without xattr checksums
Diffstat (limited to 'src/apk_archive.h')
-rw-r--r--src/apk_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_archive.h b/src/apk_archive.h
index 7436dd3..bb16c48 100644
--- a/src/apk_archive.h
+++ b/src/apk_archive.h
@@ -22,7 +22,7 @@ typedef int (*apk_archive_entry_parser)(void *ctx,
int apk_tar_parse(struct apk_istream *,
apk_archive_entry_parser parser, void *ctx,
- int soft_checksums, struct apk_id_cache *);
+ struct apk_id_cache *);
int apk_tar_write_entry(struct apk_ostream *, const struct apk_file_info *ae,
const char *data);
int apk_tar_write_padding(struct apk_ostream *, const struct apk_file_info *ae);