Allow sending KDMs to more emails (#2244).
[dcpomatic.git] / src / lib / kdm_with_metadata.h
index 6c961768a9b41f79e1de0393b9c2aa16b781be40..df9f041251ec9d8075b338cd164ea0bc50949ece 100644 (file)
@@ -107,7 +107,8 @@ void send_emails (
                std::list<std::list<KDMWithMetadataPtr>> kdms,
                dcp::NameFormat container_name_format,
                dcp::NameFormat filename_format,
-               std::string cpl_name
+               std::string cpl_name,
+               std::vector<std::string> extra_addresses
                );
 
 #endif