aboutsummaryrefslogtreecommitdiff
path: root/build2/config/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/module')
-rw-r--r--build2/config/module22
1 files changed, 11 insertions, 11 deletions
diff --git a/build2/config/module b/build2/config/module
index 912ab57..adc9b05 100644
--- a/build2/config/module
+++ b/build2/config/module
@@ -28,17 +28,17 @@ namespace build2
static const string name;
};
- extern "C" void
- config_boot (scope&, const location&, unique_ptr<module_base>&);
-
- extern "C" bool
- config_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
+ void
+ boot (scope&, const location&, unique_ptr<module_base>&);
+
+ bool
+ init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
}
}