summaryrefslogtreecommitdiff
path: root/src/lib/ext.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-20 00:51:23 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-20 10:18:17 +0200
commit4bdaccb5ede7d9a1066e0a0665fcfce9b1e3241e (patch)
treee8473bb1a1b4736e88a973dc25bcfa369c3ad000 /src/lib/ext.h
parent6d101863c87b34af5c3992168182e80445e56ec7 (diff)
Allow multiple DCPs to be written to a disk (#1756).
Diffstat (limited to 'src/lib/ext.h')
-rw-r--r--src/lib/ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ext.h b/src/lib/ext.h
index 7c8afd58f..367a71ba9 100644
--- a/src/lib/ext.h
+++ b/src/lib/ext.h
@@ -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);
}