aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module')
-rw-r--r--build2/cli/module16
1 files changed, 8 insertions, 8 deletions
diff --git a/build2/cli/module b/build2/cli/module
index f55e03c..50d07ef 100644
--- a/build2/cli/module
+++ b/build2/cli/module
@@ -14,14 +14,14 @@ namespace build2
{
namespace cli
{
- extern "C" bool
- cli_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&);
}
}