From 354713d2f746c197eed6a1feb4c6af3420af6c15 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 5 Oct 2020 18:52:51 +0300 Subject: rename apk_db_options to apk_ctx, rework logging makes apk_verbosity non-global fixes #10682 --- src/apk_archive.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/apk_archive.h') diff --git a/src/apk_archive.h b/src/apk_archive.h index 708fd1a..fdce49e 100644 --- a/src/apk_archive.h +++ b/src/apk_archive.h @@ -12,6 +12,7 @@ #include #include "apk_blob.h" +#include "apk_print.h" #include "apk_io.h" #define APK_EXTRACTF_NO_CHOWN 0x0001 @@ -31,6 +32,7 @@ int apk_archive_entry_extract(int atfd, const struct apk_file_info *ae, const char *extract_name, const char *hardlink_name, struct apk_istream *is, apk_progress_cb cb, void *cb_ctx, - unsigned int extract_flags); + unsigned int extract_flags, + struct apk_out *out); #endif -- cgit v1.2.3-70-g09d2