From 2319d01e262b705716e19474865f555f3ca81a7d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 13:50:13 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- bpkg/pkg-disfigure.hxx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bpkg/pkg-disfigure.hxx (limited to 'bpkg/pkg-disfigure.hxx') diff --git a/bpkg/pkg-disfigure.hxx b/bpkg/pkg-disfigure.hxx new file mode 100644 index 0000000..920fc7c --- /dev/null +++ b/bpkg/pkg-disfigure.hxx @@ -0,0 +1,32 @@ +// file : bpkg/pkg-disfigure.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_PKG_DISFIGURE_HXX +#define BPKG_PKG_DISFIGURE_HXX + +#include +#include // transaction, selected_package +#include + +#include + +namespace bpkg +{ + int + pkg_disfigure (const pkg_disfigure_options&, cli::scanner& args); + + // Disfigure the package, update its state, and commit the + // transaction. If the package state is broken, then this + // is taken to mean it hasn't been successfully configured + // and no clean prior to disfigure is necessary (or possible, + // for that matter). + // + void + pkg_disfigure (const dir_path& configuration, + const common_options&, + transaction&, + const shared_ptr&); +} + +#endif // BPKG_PKG_DISFIGURE_HXX -- cgit v1.1