aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module')
-rw-r--r--build2/cli/module9
1 files changed, 7 insertions, 2 deletions
diff --git a/build2/cli/module b/build2/cli/module
index 0469b2c..f55e03c 100644
--- a/build2/cli/module
+++ b/build2/cli/module
@@ -15,8 +15,13 @@ namespace build2
namespace cli
{
extern "C" bool
- cli_init (
- scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool);
+ cli_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
}
}