aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/init.hxx')
-rw-r--r--build2/cxx/init.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/build2/cxx/init.hxx b/build2/cxx/init.hxx
index 5ba4041..a952bf8 100644
--- a/build2/cxx/init.hxx
+++ b/build2/cxx/init.hxx
@@ -15,6 +15,15 @@ namespace build2
namespace cxx
{
bool
+ guess_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
+
+ bool
config_init (scope&,
scope&,
const location&,