From c6196464780fbdb1a2dbdda92061189395e5072e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Mar 2018 19:22:42 +0300 Subject: Add support for --keep-out option --- bpkg/pkg-disfigure.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-disfigure.hxx') diff --git a/bpkg/pkg-disfigure.hxx b/bpkg/pkg-disfigure.hxx index 920fc7c..d475f03 100644 --- a/bpkg/pkg-disfigure.hxx +++ b/bpkg/pkg-disfigure.hxx @@ -26,7 +26,8 @@ namespace bpkg pkg_disfigure (const dir_path& configuration, const common_options&, transaction&, - const shared_ptr&); + const shared_ptr&, + bool clean); } #endif // BPKG_PKG_DISFIGURE_HXX -- cgit v1.1