Merge master.
[dcpomatic.git] / src / lib / kdm.h
index 023107a826875f169c4e1c780ee9666ba366eefc..b80ef454f2ddc2b3092b19bb55783f5f63aa5c01 100644 (file)
@@ -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
        );