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