aboutsummaryrefslogtreecommitdiff
path: root/build/cli/module
diff options
context:
space:
mode:
Diffstat (limited to 'build/cli/module')
-rw-r--r--build/cli/module4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/cli/module b/build/cli/module
index c2bc0ab..cf6258f 100644
--- a/build/cli/module
+++ b/build/cli/module
@@ -12,8 +12,8 @@ namespace build
{
namespace cli
{
- void
- init (scope&, scope&, const location&);
+ extern "C" void
+ cli_init (scope&, scope&, const location&, std::unique_ptr<module>&, bool);
}
}