diff options
Diffstat (limited to 'build/config/module')
-rw-r--r-- | build/config/module | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/config/module b/build/config/module index 4ab3e7e..58d9814 100644 --- a/build/config/module +++ b/build/config/module @@ -12,8 +12,9 @@ namespace build { namespace config { - void - init (scope&, scope&, const location&); + extern "C" void + config_init ( + scope&, scope&, const location&, std::unique_ptr<module>&, bool); } } |