aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation')
-rw-r--r--build2/config/operation7
1 files changed, 7 insertions, 0 deletions
diff --git a/build2/config/operation b/build2/config/operation
index f2f0538..425869c 100644
--- a/build2/config/operation
+++ b/build2/config/operation
@@ -16,6 +16,13 @@ namespace build2
{
extern const meta_operation_info configure;
extern const meta_operation_info disfigure;
+
+ const string&
+ preprocess_create (const variable_overrides&,
+ values&,
+ vector_view<opspec>&,
+ bool,
+ const location&);
}
}