diff options
Diffstat (limited to 'build/dist/module')
-rw-r--r-- | build/dist/module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/dist/module b/build/dist/module index 20082ec..f2e024a 100644 --- a/build/dist/module +++ b/build/dist/module @@ -14,6 +14,9 @@ namespace build { namespace dist { + extern "C" void + dist_boot (scope&, const location&, unique_ptr<module>&); + extern "C" bool dist_init ( scope&, scope&, const location&, unique_ptr<module>&, bool, bool); |