diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-07 21:45:11 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-07 21:45:11 +0200 |
commit | 052fbe3f86eaab1940f25824705d809cd9af59e5 (patch) | |
tree | 248d8da56e8660db2aa09a17bd52d25e0256cf29 /src/apk_archive.h | |
parent | c7ffc96a16c6963fe0a07be7ee75e8f1f7426882 (diff) | |
download | apk-tools-052fbe3f86eaab1940f25824705d809cd9af59e5.tar.gz apk-tools-052fbe3f86eaab1940f25824705d809cd9af59e5.tar.bz2 apk-tools-052fbe3f86eaab1940f25824705d809cd9af59e5.tar.xz apk-tools-052fbe3f86eaab1940f25824705d809cd9af59e5.zip |
various: make fancy progress bar and update todo
Diffstat (limited to 'src/apk_archive.h')
-rw-r--r-- | src/apk_archive.h | 3 |
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 |