From ddf8c2b62fa09eb765afc0c093d0d8908f7b69e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 10 Oct 2015 17:48:03 +0200 Subject: Complete build command --- bpkg/pkg-configure | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/pkg-configure') diff --git a/bpkg/pkg-configure b/bpkg/pkg-configure index e314e52..b042e60 100644 --- a/bpkg/pkg-configure +++ b/bpkg/pkg-configure @@ -6,12 +6,21 @@ #define BPKG_PKG_CONFIGURE #include +#include // transaction, selected_package #include namespace bpkg { void pkg_configure (const pkg_configure_options&, cli::scanner& args); + + // Configure the package, update its state, and commit the transaction. + // + void + pkg_configure (const dir_path& configuration, + transaction&, + const shared_ptr&, + const strings& config_vars); } #endif // BPKG_PKG_CONFIGURE -- cgit v1.1