aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-04-21 10:35:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-04-22 09:02:03 +0200
commit1ac5458eede2b4b2d3bc98cde787348f70328361 (patch)
tree031115d69cc8db08ada7735966bb88d09e3716df /libbuild2/utility.hxx
parent35c1c44bc5f75a327f5d879373a9683af2072a1a (diff)
Add another hash/save_environment() overload
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r--libbuild2/utility.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx
index b4a8ce4..c3e1921 100644
--- a/libbuild2/utility.hxx
+++ b/libbuild2/utility.hxx
@@ -818,6 +818,12 @@ namespace build2
hash_environment (initializer_list<const char*> names);
void
+ hash_environment (sha256&, const cstrings& names);
+
+ string
+ hash_environment (const cstrings& names);
+
+ void
hash_environment (sha256&, const strings& names);
string