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