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