diff options
Diffstat (limited to 'build2/dist/module')
-rw-r--r-- | build2/dist/module | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build2/dist/module b/build2/dist/module index 61e44c3..984a969 100644 --- a/build2/dist/module +++ b/build2/dist/module @@ -18,8 +18,13 @@ namespace build2 dist_boot (scope&, const location&, unique_ptr<module_base>&); extern "C" bool - dist_init ( - scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool); + dist_init (scope&, + scope&, + const location&, + unique_ptr<module_base>&, + bool, + bool, + const variable_map&); } } |