summaryrefslogtreecommitdiff
path: root/src/lib/kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-26 23:36:24 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-26 23:36:24 +0100
commit4616b19fb5241a54c9d57f7a91bb975f41aed14b (patch)
treed067450cb12dd3629fe88ef9a578c6b1cabe7884 /src/lib/kdm.h
parentf1d30fb114b3b2c6ccd8fdf5823e7cd6b26c1eef (diff)
parent20fa26ea6ecfdbecea8bb1230c8388cce3fd521f (diff)
Merge master.
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 023107a82..b80ef454f 100644
--- a/src/lib/kdm.h
+++ b/src/lib/kdm.h
@@ -29,6 +29,7 @@ extern void write_kdm_files (
boost::filesystem::path cpl,
dcp::LocalTime from,
dcp::LocalTime to,
+ dcp::Formulation formulation,
boost::filesystem::path directory
);
@@ -38,6 +39,7 @@ extern void write_kdm_zip_files (
boost::filesystem::path cpl,
dcp::LocalTime from,
dcp::LocalTime to,
+ dcp::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,
dcp::LocalTime from,
- dcp::LocalTime to
+ dcp::LocalTime to,
+ dcp::Formulation formulation
);