diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-07 23:33:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-07 23:33:03 +0100 |
| commit | 04b5957318df591f56e0a5d39720df143dc8230d (patch) | |
| tree | d241c7d2008e2dad80c989ea2539998b11b12717 /src/lib/util.h | |
| parent | 9bebb9724c5b7f254e3cea62a5cdb3c5e0e8571e (diff) | |
Fix screen name order in KDM emails.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
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 |
