summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-07 23:33:03 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-07 23:33:03 +0100
commit04b5957318df591f56e0a5d39720df143dc8230d (patch)
treed241c7d2008e2dad80c989ea2539998b11b12717 /src/lib/util.h
parent9bebb9724c5b7f254e3cea62a5cdb3c5e0e8571e (diff)
Fix screen name order in KDM emails.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index b92869b25..fd6fd6164 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -97,5 +97,6 @@ extern std::string error_details(boost::system::error_code ec);
extern bool contains_assetmap(boost::filesystem::path dir);
extern std::string word_wrap(std::string input, int columns);
extern void capture_ffmpeg_logs();
+extern std::string screen_names_to_string(std::vector<std::string> names);
#endif