summaryrefslogtreecommitdiff
path: root/src/lib/kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-26 19:15:56 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-26 19:15:56 +0100
commit075f418cc6d9be06bed7a1d98257ae8d17ef3019 (patch)
treea5a6924da614ea0c65657802fffd291e67487532 /src/lib/kdm.h
parentd1125d09c7741d05b57b1520531a0451663ad66c (diff)
Support different KDM formulations.
Diffstat (limited to 'src/lib/kdm.h')
-rw-r--r--src/lib/kdm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/kdm.h b/src/lib/kdm.h
index 8aacd7b72..8fb4ec494 100644
--- a/src/lib/kdm.h
+++ b/src/lib/kdm.h
@@ -29,6 +29,7 @@ extern void write_kdm_files (
boost::filesystem::path cpl,
boost::posix_time::ptime from,
boost::posix_time::ptime to,
+ libdcp::KDM::Formulation formulation,
boost::filesystem::path directory
);
@@ -38,6 +39,7 @@ extern void write_kdm_zip_files (
boost::filesystem::path cpl,
boost::posix_time::ptime from,
boost::posix_time::ptime to,
+ libdcp::KDM::Formulation formulation,
boost::filesystem::path directory
);
@@ -46,6 +48,7 @@ extern void email_kdms (
std::list<boost::shared_ptr<Screen> > screens,
boost::filesystem::path cpl,
boost::posix_time::ptime from,
- boost::posix_time::ptime to
+ boost::posix_time::ptime to,
+ libdcp::KDM::Formulation formulation
);