From a3fcbb3a76e079a5485a0552ea5d35b8d6739116 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 May 2023 22:51:49 +0200 Subject: Use sqlite for cinema and DKDM recipient lists. --- src/lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index eac855bef..7c40c5ce8 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -101,6 +101,7 @@ extern void capture_ffmpeg_logs(); #ifdef DCPOMATIC_GROK extern void setup_grok_library_path(); #endif +extern std::string join_strings(std::vector const& in, std::string const& separator = " "); template -- cgit v1.2.3