aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-disfigure.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:22:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:37:35 +0300
commitc6196464780fbdb1a2dbdda92061189395e5072e (patch)
tree46d5de0f648c823423ff75bd65ad3c60932a8f13 /bpkg/pkg-disfigure.hxx
parentee16762d8435ec1a6dfe4a82655cde5624bb2c38 (diff)
Add support for --keep-out option
Diffstat (limited to 'bpkg/pkg-disfigure.hxx')
-rw-r--r--bpkg/pkg-disfigure.hxx3
1 files changed, 2 insertions, 1 deletions
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<selected_package>&);
+ const shared_ptr<selected_package>&,
+ bool clean);
}
#endif // BPKG_PKG_DISFIGURE_HXX