diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-09 00:11:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-09 00:11:38 +0100 |
| commit | 80313b07095814f0178be70bc0651c1e052decea (patch) | |
| tree | 5ea002e29340ee342344affce277aa0cd941d7db /src/lib/util.h | |
| parent | 82f87c7711fb664b06b04d44792ed3820b3d1e01 (diff) | |
| parent | 04b5957318df591f56e0a5d39720df143dc8230d (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index b85cf0a33..4f64369d3 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -114,4 +114,6 @@ number_attribute(cxml::ConstNodePtr node, std::string name1, std::string name2) return *value; } +extern std::string screen_names_to_string(std::vector<std::string> names); + #endif |
