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