aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_archive.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-01-07 21:45:11 +0200
committerTimo Teras <timo.teras@iki.fi>2009-01-07 21:45:11 +0200
commit052fbe3f86eaab1940f25824705d809cd9af59e5 (patch)
tree248d8da56e8660db2aa09a17bd52d25e0256cf29 /src/apk_archive.h
parentc7ffc96a16c6963fe0a07be7ee75e8f1f7426882 (diff)
various: make fancy progress bar and update todo
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