X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm.h;h=b80ef454f2ddc2b3092b19bb55783f5f63aa5c01;hb=f90d74f7a0382f0dc63eef81bd553d7a7b38edb2;hp=023107a826875f169c4e1c780ee9666ba366eefc;hpb=8102046b2f29e0c7b234c29bf204b056cb30e64f;p=dcpomatic.git 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 > screens, boost::filesystem::path cpl, dcp::LocalTime from, - dcp::LocalTime to + dcp::LocalTime to, + dcp::Formulation formulation );