aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.hxx')
-rw-r--r--build2/utility.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx
index 5f5aa1d..4ce3407 100644
--- a/build2/utility.hxx
+++ b/build2/utility.hxx
@@ -319,6 +319,15 @@ namespace build2
void
hash_options (sha256&, const strings&);
+ void
+ append_options (cstrings&, const strings&, size_t);
+
+ void
+ append_options (strings&, const strings&, size_t);
+
+ void
+ hash_options (sha256&, const strings&, size_t);
+
// Check if a specified option is present in the variable or value. T is
// either target or scope.
//