summaryrefslogtreecommitdiff
path: root/src/apk_archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_archive.h')
-rw-r--r--src/apk_archive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apk_archive.h b/src/apk_archive.h
index 0b280fc..b048398 100644
--- a/src/apk_archive.h
+++ b/src/apk_archive.h
@@ -27,6 +27,7 @@ int apk_parse_tar_gz(struct apk_bstream *, apk_archive_entry_parser parser, void
int apk_archive_entry_extract(const struct apk_file_info *ae,
struct apk_istream *is,
- const char *to);
+ const char *to,
+ apk_progress_cb cb, void *cb_ctx);
#endif