diff options
Diffstat (limited to 'build/test/module')
-rw-r--r-- | build/test/module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/test/module b/build/test/module index 25bb2f2..83c6d60 100644 --- a/build/test/module +++ b/build/test/module @@ -12,6 +12,9 @@ namespace build { namespace test { + extern "C" void + test_boot (scope&, const location&, unique_ptr<module>&); + extern "C" bool test_init ( scope&, scope&, const location&, unique_ptr<module>&, bool, bool); |