From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/pkg-purge.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-purge.hxx') diff --git a/bpkg/pkg-purge.hxx b/bpkg/pkg-purge.hxx index 215e468..ac82bf4 100644 --- a/bpkg/pkg-purge.hxx +++ b/bpkg/pkg-purge.hxx @@ -19,7 +19,7 @@ namespace bpkg // transaction. If this fails, set the package state to broken. // void - pkg_purge (const dir_path& configuration, + pkg_purge (database&, transaction&, const shared_ptr&, bool simulate); @@ -29,7 +29,7 @@ namespace bpkg // set the package state to broken, commit the transaction, and fail. // void - pkg_purge_fs (const dir_path& configuration, + pkg_purge_fs (database&, transaction&, const shared_ptr&, bool simulate, -- cgit v1.1