Allow multiple DCPs to be written to a disk (#1756).
[dcpomatic.git] / src / lib / ext.h
index 7c8afd58f7383ee4575bd4bc585eaaefa1a8bac9..367a71ba944df120e2dd9fa743df59dadd781ff6 100644 (file)
@@ -29,7 +29,7 @@ class Nanomsg;
 namespace dcpomatic {
 
 
-extern void write (boost::filesystem::path dcp_path, std::string device, std::string posix_partition, Nanomsg* nanomsg);
+extern void write (std::vector<boost::filesystem::path> dcp_paths, std::string device, std::string posix_partition, Nanomsg* nanomsg);
 
 
 }