summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 8db9e85..06d7b6d 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -109,6 +109,7 @@ int apk_db_recalculate_and_commit(struct apk_database *db);
int apk_db_install_pkg(struct apk_database *db,
struct apk_package *oldpkg,
- struct apk_package *newpkg);
+ struct apk_package *newpkg,
+ apk_progress_cb cb, void *cb_ctx);
#endif