aboutsummaryrefslogtreecommitdiff
path: root/build/config/module
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/module')
-rw-r--r--build/config/module6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/config/module b/build/config/module
index 58d9814..530fa7b 100644
--- a/build/config/module
+++ b/build/config/module
@@ -6,15 +6,17 @@
#define BUILD_CONFIG_MODULE
#include <build/types>
+#include <build/utility>
+
#include <build/module>
namespace build
{
namespace config
{
- extern "C" void
+ extern "C" bool
config_init (
- scope&, scope&, const location&, std::unique_ptr<module>&, bool);
+ scope&, scope&, const location&, unique_ptr<module>&, bool, bool);
}
}