From d77ca8720df495017139a24a59c502f53c07df9f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for associated configurations --- bpkg/pkg-unpack.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-unpack.hxx') diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index 107322b..c6496d6 100644 --- a/bpkg/pkg-unpack.hxx +++ b/bpkg/pkg-unpack.hxx @@ -23,7 +23,7 @@ namespace bpkg // shared_ptr pkg_unpack (const common_options&, - const dir_path& configuration, + database&, transaction&, const dir_path&, bool replace, @@ -34,7 +34,7 @@ namespace bpkg // shared_ptr pkg_unpack (const common_options&, - const dir_path& configuration, + database&, transaction&, const package_name&, bool simulate); @@ -45,7 +45,7 @@ namespace bpkg // shared_ptr pkg_unpack (const common_options&, - const dir_path& configuration, + database&, transaction&, package_name, version, -- cgit v1.1