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/dist/module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/dist/module') diff --git a/build2/dist/module b/build2/dist/module index 829f3f7..61e44c3 100644 --- a/build2/dist/module +++ b/build2/dist/module @@ -15,11 +15,11 @@ namespace build2 namespace dist { extern "C" void - dist_boot (scope&, const location&, unique_ptr&); + dist_boot (scope&, const location&, unique_ptr&); extern "C" bool dist_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + scope&, scope&, const location&, unique_ptr&, bool, bool); } } -- cgit v1.1