From 0342dc2fcdd78ef28a4e59d84193a3807068d726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 07:57:19 +0200 Subject: New configuration logic, iteration 1 --- build2/install/module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/install/module') diff --git a/build2/install/module b/build2/install/module index a02d110..f81b6ac 100644 --- a/build2/install/module +++ b/build2/install/module @@ -15,11 +15,11 @@ namespace build2 namespace install { extern "C" void - install_boot (scope&, const location&, unique_ptr&); + install_boot (scope&, const location&, unique_ptr&); extern "C" bool install_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + scope&, scope&, const location&, unique_ptr&, bool, bool); } } -- cgit v1.1