diff options
Diffstat (limited to 'build2/dist/module')
-rw-r--r-- | build2/dist/module | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/build2/dist/module b/build2/dist/module index 984a969..3c43c1f 100644 --- a/build2/dist/module +++ b/build2/dist/module @@ -14,17 +14,17 @@ namespace build2 { namespace dist { - extern "C" void - dist_boot (scope&, const location&, unique_ptr<module_base>&); + void + boot (scope&, const location&, unique_ptr<module_base>&); - extern "C" bool - dist_init (scope&, - scope&, - const location&, - unique_ptr<module_base>&, - bool, - bool, - const variable_map&); + bool + init (scope&, + scope&, + const location&, + unique_ptr<module_base>&, + bool, + bool, + const variable_map&); } } |