diff options
Diffstat (limited to 'build/install/module')
-rw-r--r-- | build/install/module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/install/module b/build/install/module index 78004ef..7a814c8 100644 --- a/build/install/module +++ b/build/install/module @@ -14,6 +14,9 @@ namespace build { namespace install { + extern "C" void + install_boot (scope&, const location&, unique_ptr<module>&); + extern "C" bool install_init ( scope&, scope&, const location&, unique_ptr<module>&, bool, bool); |